lab.naminsik
  • Javascript, jQuery
  • Reactjs
  • React Native
  • iOS
  • Android
  • AWS
  • Server
  • Html, CSS
  • Php
  • asp .net
  • SQL
  • Word Press
search
keywords
  • Html, CSS 2014‧02‧10

    반응형웹에서 이미지 높이 auto 값이 ie 8 이하에서 오류 대처

    img { width: inherit; /* Make images fill their parent's space. Solves IE8. */ max-width: 100%; /* Add !important if needed. */ height: auto; /* Add !important if needed. */ }  또는 img { max-width:100%; height: auto; } /* Enough everywhere except IE8. */ @media \0screen {img { width: auto }} /* Prevent height distortion […]

popular

  • [회고] Github Actions가 갑자기 안된다. (Waiting for a runner to pick up this job…)
  • 동영상 스트리밍 서비스 구축 (AWS s3/cloudFront, HLS, video.js)
  • 그림문자인 이모지(emoji) 웹에 사용하기
  • VI Simple Slider (심플한 터치 슬라이드) 플러그인
  • HYUNDAI Department Store, PanGyo
  • 심플한 아이콘들
  • 이미지에 여백이 생길 때 해결 방법들
  • refers to a value, but is being used as a type here. Did you mean 'typeof'
  • JS - 이미지 로드 완료된 후 스크립트
  • 로고디자인 - 블랙과 화이트 색상을 이용한 심플한 로고 디자인 모음

comment

  • 감사합니다!
  • 감사합니다~
  • 잘 해결 되셨다니 다행입니다!...
  • 정말 감사합니다. 덕분에 해결했습니다!...
  • 유용한정보 대단히 감사합니다....