print 썸네일형 리스트형 [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.. 더보기 8 Tips for Print Designers Switching to Web & Digital Design 8 Tips for Print Designers Switching to Web & Digital Design More designers are working across platforms these days, switching back and forth between print and digital projects. Although much of the theory is the same, in practice there are a lot of technical differences when it comes to working on something that will be printed versus a website. It takes a specific set of knowledge and skills t.. 더보기 이전 1 다음