첨부파일 https://imweb.eond.com/coding/432283

https://naradesign.github.io/article/media-query.html 

https://developers.google.com/web/fundamentals/design-and-ux/responsive?hl=ko 

https://responsivedesign.is/develop/browser-feature-support/media-queries-for-common-device-breakpoints/ 

https://css-tricks.com/snippets/css/media-queries-for-standard-devices/




기기별 미디어쿼리 사이즈,모바일 디바이스별 사이즈

 

bee24032c5799a6c0f18052658dbe720_1464279 

Viewports


Desktop
1600x992px scaled down to scale(0.3181)
Laptop
1280x802px scaled down to scale(0.277)
Tablet
768x1024px scaled down to scale(0.219)
Mobile
320x480px scaled down to scale(0.219)

 

 

•1200px (which we also set as the max width)
•960px
•768px
•600px
•480px
•320px

 

 

 

/* 스마트폰 가로+세로 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
}
 
/* 스마트폰 가로 */
@media only screen and (min-width : 321px) {
}
 
/* 스마트폰 세로 */
@media only screen and (max-width : 320px) {
}
 
/* iPhone4와 같은 높은 크기 세로 */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
}
 
/* iPhone4와 같은 높은 해상도 가로 */
@media only screen and (min-width : 640px) {
}
 
/* iPad 가로+세로 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
}
 
/* iPad 가로 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}
 
/* iPad 세로 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
 
/* 데스크탑 브라우저 가로 */
@media only screen and (min-width : 1224px) {
}
 
/* 큰 모니터 */
@media only screen and (min-width : 1824px) {
}


http://malza.com/bbs/board.php?bo_table=webskill_css&wr_id=80&sfl=wr_name&page=3&t=%EA%B8%B0%EA%B8%B0%EB%B3%84-%EB%AF%B8%EB%94%94%EC%96%B4%EC%BF%BC%EB%A6%AC-%EC%82%AC%EC%9D%B4%EC%A6%88%EB%AA%A8%EB%B0%94%EC%9D%BC-%EB%94%94%EB%B0%94%EC%9D%B4%EC%8A%A4%EB%B3%84-%EC%82%AC%EC%9D%B4%EC%A6%88 


첨부파일
코멘트 0
접기/펴기 | 댓글 새로고침
 
 
Total 235 articles in 9 / 12 pages
번호 제목 제목 날짜날짜
공지 코딩 배울 수 있는 사이트 모음(HTML/CSS/JS/IMG/PHP) 2018/01/03
공지 jQuery를 배울수 있는 동네들입니다. 2013/08/09
공지 관련 링크 [1] 2010/05/23
75 [Script] 간단한 javascript 페이징 처리 - 미니페이지 2014/06/16
74 [Script] 슬라이드 이미지 2014/06/16
73 [Script] Top으로 스크롤 되면서 돌아가기... (by sisims) 파일 2014/09/29
72 [jQuery] jQuery Image Slider and Gallery 2015/05/27
71 [Form] form 태그 안에서의 button 태그의 사용 방법(button, a, input type=submit) 2015/06/21
70 [프레임워크] http://getuikit.com 2015/08/09
69 [프레임워크] jquery-steps.com 2015/08/10
68 [프레임워크] http://pages.revox.io/doc/jquery/form_wizard.php 2015/08/10
67 [프레임워크] http://view.jquerymobile.com/master/demos/ 2015/08/10
66 [반응형 웹] responsive-animated-block-menu 2015/08/15
65 [반응형 웹] [다음 TROY] 기기별 모바일 해상도 테스트 할 수 있는 사이트 2015/08/22
64 [반응형 웹] 모바일 실제 해상도와 device-width 2015/08/24
63 [위지윅에디터] Web-Based HTML Editor 비교 및 미리보기 2015/08/25
62 [위지윅에디터] 오픈소스 HTML 기반의 위지윅 에디터 2015/08/25
61 [위지윅에디터] 기타 위지윅 에디터 2015/08/25
60 [위지윅에디터] ckeditor 공식사이트 2015/08/25
59 [반응형 웹] 반응형웹(MediaQuery) 템플릿 파일 2015/08/26
58 [반응형 웹] 반응형 템플릿 (naradesign) 2015/08/26
57 [부트스트랩] New Bootstrap 4 alpha 파일 2015/08/27
56 [Script] jQuery Cookie(쿠키) 처리 [출처] jQuery Cookie(쿠키) 처리|작성자 주용준 2015/08/27

해시태그 디렉터리

지금 이순간

오늘의 핫게시물