New install – Big Grid and block images not scaling to container size

Posted in: Newspaper
Post count: 2

Hi.

I’ve just bought and installed the template and have noticed that the demo content is not scaling to big grids and some blocks on the home and category pages.

I’ve installed the default demo for newspaper. I know that this can be fixed buy putting some extra css but should it not auto scale by default?

http://www3.fbcv.es

http://www3.fbcv.es/?cat=6

Regards.

Post count: 2

I decided to go the css way and fixed the grids.

I’ve tested it with the ones I’m going to use: Big Grid 3, 4 and 6. Not sure if the others work.

Here is the css code if anyone has the same problem.

.td-big-thumb .entry-thumb {
height: 100%;
width: auto;
}

.td-medium-thumb .entry-thumb {
height: auto;
width: 100%;
}

.td-small-thumb .entry-thumb {
height: 100%;
width: auto;
}

This css fixes some block problems as well.
.td-module-image .td-module-thumb .entry-thumb, .td_block_14 .td-module-thumb .entry-thumb {
width: 100%;
height: auto;
}

Post count: 23312

Hello fbcv,

I am glad that you could manage your problem. Also, you can try to regenerate all your thumbnails using the Regenerate Thumbnails with Force Regenerate. For more information about this, please consult here -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thanks for the message!

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