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

  • react native - 안드로이드 배포 실패 : Could not find com.facebook.react:react-native:0.71.0-rc.0
  • js - 채널톡 삽입(커스텀 버튼, 뱃지 카운트, 서포트봇 양식 연동)
  • ffmpeg 이용해서 HLS 파일 인코딩
  • css - 크롬 position fixed 버그 해결 방법
  • Photoshop - 폰트는 폴더를 따로 관리하는 것이 좋다.
  • 구글 맵 - 일정 범위 다중 마커 합산한 Cluster(클러스터) 기능
  • 로고디자인 - 블랙과 화이트 색상을 이용한 심플한 로고 디자인 모음
  • 앱 디자인 영감을 얻기 위한 아이폰 앱들의 화면 캡쳐
  • IE9에서 script5022 DOM Exception: INVALID_CHARACTER_ERR (5) 오류 났을 때
  • react native - Text 컴포넌트에한 줄 내림 처리 (html의 br 태그 같은 처리)

comment

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