我在我的网站上添加了几个灯箱画廊,并使用以下 CSS 代码作为所有灯箱的背景。我想知道如何缩放此背景图像,以便它随图像一起缩放,并且当网站最终发布时,它在移动设备上的外观将与当前在网络上的外观一样好。
`.slide-show_containers {
position: fixed;
z-index: 2000;
display: none;
top: 0;
left: 0;
background-image: url(img/background/Frame.png);
width: 100%;
height: 100%;
}`