gpt4 book ai didi

php - Laravel 5 背景图像没有出现在 DOMPDF 上?

转载 作者:行者123 更新时间:2023-11-28 03:57:46 25 4
gpt4 key购买 nike

这是我的 CSS 代码:

#header {
background-image: url(../assets_frontend/images/pinpdfheader.jpg);
width: 100%;
background-repeat: no-repeat;
background-size:contain;
height:150px;
}

我正在尝试将我的 html 文件转换为 DOMPDF,但不知何故我的背景图像没有显示,如何在 DOMPDF 上使用背景图像 url?

最佳答案

.img-container {
height:148px;
width: 148px;
border: 2px solid #59d;
border-spacing: 0;
text-align: center;
}
.img-container img {
display: inline-block;
vertical-align: middle;
max-width: 148px;
max-height: 148px;
background-size: contain;
}

<table class="img-container"><tr><td>
<img src="image_path.jpg">
</td></tr></table>

关于php - Laravel 5 背景图像没有出现在 DOMPDF 上?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43360049/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com