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?
@jeffgar2000 if you want to display the whole image override the .pgia-gallery-placeholder
class and set object-fit
to contain
.
1 Like
Thank you. I will give that a try. Odd that the default action is to clip the full sized images.
Thanks for the pointer.