Problem with featured images

Posted in: Newspaper
Post count: 20

I’ve already tried with Regenerate Thumbnails but it didn’t work. How can I solve this? (Block 14)

https://imgur.com/a/6HCEY

  • This topic was modified 8 years by viglioh.
  • This topic was modified 8 years by viglioh.
  • This topic was modified 8 years by viglioh.
Post count: 82

This would happen if the images were too small. Check their size. The blocks don’t stretch them.

Post count: 20

The second image you see it’s 1672 × 941, so I guess this isn’t the problem

Post count: 82

Sorry – have you modified the width of the block? Block 14 normally isn’t that wide and the thumbnail width looks normal for its default width. You would need to “stretch” the featured image with CSS as well or force the block to use different size thumbnails, but you’d have to mess with the theme for that.

Block 14 uses 356×220 thumbnails.

Post count: 20

No, I only changed the Row’s layout with the 1/2 + 1/2.

Post count: 82

From the docs:

“There are 3 ways a block can show content:

On a full width row, on a 2/3 row, and on a 1/3 row.”

Post count: 20

So I can’t use this combination 🙁

Thanks a lot, can u help me in this: https://forum.tagdiv.com/topic/rounded-featured-images/ ?

Post count: 20688

There is no theme setting for that specifically. It could only be done through CSS code. Remove that code and try this one for example

.td-module-thumb, .td-module-thumb img, .td-big-grid-post {
border-radius: 10px!important;
}

Post count: 20

Thanks a lot, now works!

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