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

  • 안드로이드 빌드 오류 - MainApplication.java:60: error: cannot find symbol ReactNativeFlipper.initializeFlipper(this, getReactNativeHost().getReactInstanceManager());
  • 그림문자인 이모지(emoji) 웹에 사용하기
  • jQuery - 간단한 랜덤 배너 이미지노출
  • 워드프레스 대시보드에서 FTP접속 포트가 다를 경우
  • [회고] Github Actions가 갑자기 안된다. (Waiting for a runner to pick up this job…)
  • 안드로이드 프로젝트 안에 미디어 파일을 넣고 경로 불러오기
  • Photoshop - 폰트는 폴더를 따로 관리하는 것이 좋다.
  • Windows 2003 Server에서 USB 외장하드 인식시키기
  • 글 쓰기 편한 에디터 TinyMCE Advanced
  • 동영상 스트리밍 서비스 구축 (AWS s3/cloudFront, HLS, video.js)

comment

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