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 - Swipeable 의 속성과 메소드들
  • 한글이 깨질 경우
  • 저장소 파일 불러올 때 권한 요청 설정
  • 워드프레스 블로그와 페이스북 페이지 게시물 연동!
  • 풀사이즈 배경으로 동영상 or 이미지 삽입하기
  • mysql - node.js 와 vue.js 데이터 주고 받을 때 날짜 타임존 이슈
  • react native - No apps connected. Sending "reload" to all React Native apps failed. Make sure your app is running in the simulator or on a phone connected via USB
  • git 특정 폴더만 다른 사용자
  • 동영상 스트리밍 서비스 구축 (AWS s3/cloudFront, HLS, video.js)
  • 리눅스 터미널에서 쉘 스크립트 실행

comment

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