Tiled Galleries: class tiled-gallery-unresized
-
Hi, I’m using a Tiled Gallery for my blog. Recently started to have some problems.
The gallery is correct when I browse my blog but when I go into some particular posts the gallery displays not correctly. (not responsive)The width of it is wider than the content width so some photos are getting lost.
I did inspect element in the Chrome and this is what I discovered.
When I see the post from the position of the /blog the gallery is displayed correctly – this code:
<div class="tiled-gallery type-rectangular" data-original-width="786" data-carousel-extra="..." itemscope="" itemtype="https://schema.org/ImageGallery">
But when I go inside of the particular post the gallery is too big and the code is as follows:
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="786" data-carousel-extra="..." itemscope="" itemtype="https://schema.org/ImageGallery">
What would be a reason of that difference tiled-gallery-unresized?
Unfortunately the project is private, so I can’t share the urls here…
Thanks,
- The topic ‘Tiled Galleries: class tiled-gallery-unresized’ is closed to new replies.