Pics not displaying correctly plus grey background

Posted in: Newspaper
Post count: 3

(I am building my site on a local host)

I have been trying to find the correct dimensions for my pics. I’ve tried many variations and yes, regenerated all of them but still, most will not display correctly. They are either cropped or the bottom section is missing; many issues. Also, how can I remove the ugly grey background or appearance on the grids?
Thank you.

Post count: 7909

Hi,

Regenerating thumbnails should solve your issue, but if you use smaller featured image than the size of the thumb, please note that WordPress doesn’t enlarge images and you will need to use plugin like Thumbnail Upscale to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.
Please note that there’s no ideal image size, the modules have thumbs with different aspect ratios and a part of the image may get lost on the cropping process(the images are cropped center-top). You can add a new thumb size or modify the crop mode in td_config.php file – http://screencast.com/t/7nlYBLgcfb If you make any modifications here you need to regenerate thumbs You could read more about the featured image size here (it’s from Newsmag documentation but the principles are the same) – https://forum.tagdiv.com/image-size/

Do you refer to the gradient background used on style 1? Please try this custom css to remove it – http://screencast.com/t/IEbPVjxU

.td-grid-style-1 .td-module-thumb a:last-child:before {
opacity: 0 !important;
}

Hope this helps!

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