답변 2개
http://sir.kr/g5_tip/1733" target="_blank" style="color: rgb(0, 0, 0); text-decoration: none; font-family: 돋움, Dotum, sans-serif; font-size: 14.004px;">http://sir.kr/g5_tip/1733
http://sir.kr/g5_tip/2024" target="_blank" style="color: rgb(0, 0, 0); text-decoration: none; font-family: 돋움, Dotum, sans-serif; font-size: 14.004px;">http://sir.kr/g5_tip/2024
http://sir.kr/g5_tip/2024" target="_blank" style="color: rgb(0, 0, 0); text-decoration: none; font-family: 돋움, Dotum, sans-serif; font-size: 14.004px;">
이미지는 그누보드 모바일 자체가 자동으로 줄어들게 세팅되어 있는 모양이더군요.
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
모바일에서 이미지는 css로 조절이 가능합니다.
예를들어

위와 같은 형태로 UI를 작성했다면
.position{position:relative;width:100%;overflow:hidden}
.position .img-area{display:block;padding:5%}
.position .img-area img{display:block;width:100%;}
위와 같이 작성을 한다면 전체 사이즈 100% 안에 패딩이5%로 가로 90%안으로 이미지가 리사이징 되어 들어가게 됩니다.
위 예제를 참고로 해보세요.
동영상도 마찬가지로 width:100% 로 잡아주시면 됩니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
첫번째 URL의 방법으로 적용하였습니다.