Note that there are some explanatory texts on larger screens.

plurals
  1. POCloudZoom overflow hidden
    text
    copied!<p>i am using CloudZoom, to zoom on image. </p> <p>I have an image its in the div </p> <pre><code>.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);} </code></pre> <p>I has <code>overflow:hidden</code>, it's because this makes nice looking round effect. </p> <p>But here is the problem, when i hover image and it zooms , CloudZoom shows the large image next to the main image, but US the larger image zoom is in the div witch says <code>overflow: hidden</code>, it hides that zoom effect image too. </p> <p>Is there any chance to make that zoom image visible ? maybe with !important.</p> <p>I think that we target that image and write something we could do it ?</p> <pre><code>&lt;div class="product_large_image"&gt; &lt;a href="img/index/products/01.jpg" rel="adjustX: 30, adjustY: -4" class="cloud-zoom " id="zoom1" style="display: block !important;"&gt; &lt;img src="img/index/products/01_small.jpg" alt="" title="Procut zoom" &gt; &lt;/a&gt; &lt;/div&gt; &lt;ul class="pr_gallery"&gt; &lt;li&gt; &lt;a href="img/index/products/01.jpg" class="cloud-zoom-gallery" rel="useZoom: 'zoom1', smallImage: 'img/index/products/01_small.jpg'"&gt; &lt;img src="img/index/products/01.jpg" alt="01"&gt; &lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="img/index/products/02.jpg" class="cloud-zoom-gallery" rel="useZoom: 'zoom1', smallImage: 'img/index/products/02_small.jpg'"&gt;&lt;img src="img/index/products/02.jpg" alt="02"&gt; &lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#"&gt;&lt;img src="img/index/products/03.jpg" alt="03"&gt;&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload