gpt4 book ai didi

css - 调整背景 svg 的大小

转载 作者:行者123 更新时间:2023-11-28 01:23:26 28 4
gpt4 key购买 nike

我想在背景图像中使用调整本地 svg 的大小,但设置 width=100% 和 height=100% 不起作用。我什至将 svg 图像调整为 1425 像素 x 835 像素

This is the output when using svg image as background

我的 CSS 代码:-

#main-page #products-section {
text-align: center;
background-image: url('/assets/images/product_background_img.svg');
background-size: 100% 100%;
background-repeat: no-repeat;
}

当使用 background-image: url('/assets/images/product_background_img.png');

输出是:This is the output when using png image as background

它在 .png 图像上运行良好,但我想在 svg 文件上实现同样的效果。由于 png 图像的文件更大,它会使我的网页变重。

最佳答案

您可以尝试使用 height: 100vhwidth: 100vw 而不是 height: 100%width: 100%.

关于css - 调整背景 svg 的大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51357848/

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