Edit thumbnails – Block 3

Posted in: Newspaper
Post count: 64

Hello, I wonder if you can change the ratio of images of block 3
http://screencast.com/t/U2cgnWz5VR

I would also like to know if it is possible to disable the play button that appears when video
http://screencast.com/t/n3Em8n4M

I would appreciate your help.

Post count: 22421

Hi,

I’m not sure what you mean by ‘ratio’. If you are talking about the aspect ratio, block 3 uses a thumbnail of 324×160. This cannot be changed as there is no option in the theme panel for it. It can be done with custom modifications if you know your way around php.
https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
For modifications you can create your own thumb: https://forum.tagdiv.com/td_api_thumbadd/
The video play button can be disabled by adding this custom css in the theme panel-custom css box:
.td-module-thumb .td-video-play-ico img{
display:none!important;
}

Thank you!

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