gpt4 book ai didi

html - CloudZoom 溢出隐藏

转载 作者:行者123 更新时间:2023-11-28 12:10:43 25 4
gpt4 key购买 nike

我正在使用 CloudZoom 来放大图像。

我在div中有一张图片

.product_large_image  {width:370px;height:370px;background:#fff;border-radius:185px;text-align:center;overflow:hidden;box-shadow:0px 0px 20px rgba(0,0,0,0.1);}

我有overflow:hidden,这是因为这会产生漂亮的圆形效果。

但这就是问题所在,当我悬停图像并缩放时,CloudZoom 会在主图像旁边显示大图像,但美国较大的图像缩放在 div 女巫说 overflow: hidden , 它也隐藏了缩放效果图像。

是否有机会使缩放图像可见?也许与 !important。

我认为我们以该图像为目标并编写一些我们可以做到的东西?

<div class="product_large_image">
<a href="img/index/products/01.jpg" rel="adjustX: 30, adjustY: -4" class="cloud-zoom " id="zoom1" style="display: block !important;">
<img src="img/index/products/01_small.jpg" alt="" title="Procut zoom" >
</a>
</div>
<ul class="pr_gallery">
<li>
<a href="img/index/products/01.jpg" class="cloud-zoom-gallery" rel="useZoom: 'zoom1', smallImage: 'img/index/products/01_small.jpg'">
<img src="img/index/products/01.jpg" alt="01">
</a>
</li>
<li>
<a href="img/index/products/02.jpg" class="cloud-zoom-gallery" rel="useZoom: 'zoom1', smallImage: 'img/index/products/02_small.jpg'"><img src="img/index/products/02.jpg" alt="02">
</a>
</li>
<li>
<a href="#"><img src="img/index/products/03.jpg" alt="03"></a>
</li>
</ul>

最佳答案

尝试将 css 规则更改为图像或元素去除包装器的溢出隐藏

.product_large_image .cloud-zoom  {width:370px;height:370px;background:#fff;border-radius:185px;text-align:center;overflow:hidden;box-shadow:0px 0px 20px rgba(0,0,0,0.1);}

关于html - CloudZoom 溢出隐藏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19518862/

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