웹퍼블리싱/CSS
[CSS] 배경이미지 프린트할 때 나오게 하는 방법
http://portfolio.wonpaper.net
2020. 7. 15. 08:13
background: url(""); 형식으로 이미지가 들어가있는 페이지도 같이 프린트할 수 있도록 임의로 소스 추가하는 방법이다.
<style type="text/css">
h1, h2, h3, h4, h5, dl, dt, dd, ul, li, ol, th, td, p, blockquote, form, fieldset, legend, div,body { -webkit-print-color-adjust:exact; }
</style>
크롬의 경우 인쇄량을 줄이기 위해 프린트 안되도록 설정되어 있다.