0
這裏是我的CSS代碼:Laravel 5背景圖像不顯示在DOMPDF上?
#header {
background-image: url(../assets_frontend/images/pinpdfheader.jpg);
width: 100%;
background-repeat: no-repeat;
background-size:contain;
height:150px;
}
我嘗試我的html文件轉換成DOMPDF但不知何故,我的背景圖片沒有顯示出來,如何在DOMPDF使用背景圖片網址?
http://stackoverflow.com/questions/11360603/dompdf-not-displaying-image-generated-by-php-file –