Grey Frame in Big Slide Grid

Posted in: Newspaper
Post count: 6

Good Morning,

in the header of our website, we insert the latest articles published by “Big Slide Grid” but the pictures do not come out properly and leave a gray frame.

http://quellichelafarmacia.com/

Also when stepped on with the mouse make a zoom effect.

How can I make the picture fills the entire frame? And how can I remove the zoom effect?

Thanks
Felice

Post count: 6600

Hi,

You have to make sure first that the image are larger enough to fill the whole thumbs container so in your case the post featured images need to have at least 741px in width and 486px in height.

If you want to remove the zoom effect please try this custom css in
Theme Panel > Custom Css section:

.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
transform: none !important;
-webkit-transform: none !important;
-moz-transform: none !important;
}

Thanks

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