# Interactions Gallery clips the top and bottom of the image when I click to zoom full size

**URL:** https://forum.pinegrow.com/t/interactions-gallery-clips-the-top-and-bottom-of-the-image-when-i-click-to-zoom-full-size/7798
**Category:** Pinegrow Interactions Add-on
**Created:** [March 7, 2023, 12:44am UTC](https://forum.pinegrow.com/t/interactions-gallery-clips-the-top-and-bottom-of-the-image-when-i-click-to-zoom-full-size/7798 "2023-03-07T00:44:17Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jeffgar2000](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/jeffgar2000/32/5448_2.png) [@jeffgar2000](https://forum.pinegrow.com/u/jeffgar2000)
#### Post date: [March 7, 2023, 12:44am UTC](https://forum.pinegrow.com/t/interactions-gallery-clips-the-top-and-bottom-of-the-image-when-i-click-to-zoom-full-size/7798/1 "2023-03-07T00:44:17Z")

</div>

I am using the gallery in Interactions. It all looks fine except when I click any image (when viewing the webpage with the gallery) it zooms up to full size but it severely clips the top and bottom of the image. Any idea why it is doing this and is there a way to make it show the full sized image without clipping?

---

<div class="post-metadata">

### Author: ![matjaz](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/matjaz/32/5_2.png) [@matjaz](https://forum.pinegrow.com/u/matjaz)
#### Post date: [March 8, 2023, 2:27am UTC](https://forum.pinegrow.com/t/interactions-gallery-clips-the-top-and-bottom-of-the-image-when-i-click-to-zoom-full-size/7798/2 "2023-03-08T02:27:05Z")

</div>

@jeffgar2000 if you want to display the whole image override the `.pgia-gallery-placeholder` class and set `object-fit` to `contain`.

---

<div class="post-metadata">

### Author: ![jeffgar2000](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/jeffgar2000/32/5448_2.png) [@jeffgar2000](https://forum.pinegrow.com/u/jeffgar2000)
#### Post date: [March 8, 2023, 2:39am UTC](https://forum.pinegrow.com/t/interactions-gallery-clips-the-top-and-bottom-of-the-image-when-i-click-to-zoom-full-size/7798/3 "2023-03-08T02:39:11Z")

</div>

Thank you. I will give that a try. Odd that the default action is to clip the full sized images.

Thanks for the pointer.
