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

  • 동영상 스트리밍 서비스 구축 (AWS s3/cloudFront, HLS, video.js)
  • Photoshop - [폰트 캐쉬 삭제] 삭제한 폰트도 계속 리스트에 존재할 때
  • css - 크롬 position fixed 버그 해결 방법
  • Sublime Text 2 - 작업중 브라우저로 미리보기 추가
  • 리눅스 명령어(Linux Command)
  • react native - Text 컴포넌트에한 줄 내림 처리 (html의 br 태그 같은 처리)
  • 업데이트 후 클릭하여 반응하는 플러그인들 오류 발생 (_load_textdomain_just_in_time was called incorrectly)
  • jQuery - 선택자 삭제 .remove
  • ASP - css 클래스 명 추가
  • Gulp - 플러그인 설치 및 사용하기

comment

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