TagDiv Gallery images not full size

Posted in: Newspaper
Post count: 22

If you look at http://staging.biztimes.com/acts-housing-campaign-celebration/ or http://staging.biztimes.com/visit-milwaukee-annual-meeting-2019/ ] you will see the TagDiv gallery is not scaling the images up or resizing them to the container. I know the images are not that large, but they are getting displayed at 385×280 when the actual image size is 770×560

Any suggestions on fixing this?

Post count: 18283

Hello !

Please take a look at this topic to see the fix for your issue: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Hope this helps !

Thank you !

Post count: 22

Hey Vlad,
I JUST uploaded those gallery images, the theme was already active when I uploaded the new gallery images. Regenerating thumbnails only helps if you just switched themes or something along those lines.

Post count: 18283

Hello !

We are sorry for the inconvenience !

Try disabling the modal image from the general settings and enable it from the image itself in the post: https://www.screencast.com/t/6AsQIgI69 ; https://www.screencast.com/t/m5vCRYWU

Let me know if this helps.

Thank you !

Post count: 22

That setting is already off.

Post count: 22

Actually I fixed this issue myself by adding the following to the CSS

// Fix for Galleries
.td-doubleSlider-1 .td-slide-item .td-slide-galery-figure img {
width: auto;
height: 100%;
}

Post count: 48

This just saved me. Thank’s

I’m using like this

// Fix for Galleries
.td-doubleSlider-1 .td-slide-item .td-slide-galery-figure img {
width: 100%;
height: auto;
}

Post count: 48

If anyone ever search for this. The best code for the gallery images in the slider is this one:

/*Gallery fix*/
.td-doubleSlider-1 .td-slide-item .td-slide-galery-figure img {
max-width: 100%;
height: auto;
}

With this code all images in the gallery with fit 100% perfect.

Post count: 27744

Hello,

Thank you for this custom code, I’m sure it will help users who will encounter this problem.

Have a nice day!

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.