Big Grid Style – width, max-width attributes

Posted in: Newspaper
Post count: 5

Hi,

I’m using v9.0.1 and noticed new width and max-width attributes on the images for Big Grid Slide > Grid Style 4- Bottom Box, which is causing 3 smaller-right-images to be cutoff horizontally vs filling the space.

View here on homepage: staging2.thehawaiiherald.com (v 9.0.1)
Not here on homepage: thehawaiiherald.com (v 8.5.1)

Is there an aspect ratio now being applied to these images now?

If so, is there a way I can comment it out? Thanks

<img width="284" height="160" src="https://staging2.thehawaiiherald.com/wp-content/uploads/2018/08/Okinawan-FestivalLeinani-Group.jpg" alt="Leinani Group from Okinawa will be part of the formal opening ceremonies on Saturday." />

Post count: 35449

Hi,

It is look like your image are smaller that the thumb and it need to be zoom .
https://www.screencast.com/t/gsUVtmFzASF
For full width please insert the above css :
.td-big-grid-wrapper .td-module-thumb .td-image-wrap img{
width: 100%;
}
Go in Newspaper > Theme panel > Custom code > Custom css and paste it there.

https://www.screencast.com/t/ioObsvFca2b
https://www.screencast.com/t/GMOUkdKE4MD7

Thank you.

Post count: 5

worked perfectly, thank you thank you!

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