Media 썸네일형 리스트형 [bootstrap] AdminLTE에서 print시 모바일 기본인 것을 PC버전으로 출력하고 싶을때. CSS3 Media Queries AdminLTE에서 print시 모바일 기본인 것을 PC버전으로 출력하고 싶을때. 미디어쿼리 사용하자. CSS3 Media Queries 기존 css에 media=screen 으로 지정하고, print에도 동일한 스타일 적용할꺼면 media="screen,print" 로 지정 print.css에 있으면 인쇄시 적용된다. @media print { } 그래서, 일단 모바일로 안나오게끔 인쇄할때에도 사용되는 col-lg-~~를 넣어주었다. /* Enhancement for printing */ @media print { .col-lg-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; } .co.. 더보기 [HTML5] A simple HTML5 media player http://plyr.io A simple HTML5 media player http://plyr.io Plyr is a simple HTML5 media player that offers WebVTT captions. It’s lightweight, accessible, and customizable, and works with all modern browsers. Homepage: http://plyr.io/ GitHub: https://github.com/selz/plyr Checkout the demo. Why? We wanted a lightweight, accessible and customisable media player that just supports modern browsers. Sure, there are m.. 더보기 이전 1 다음