square thumbnail on Block 16

Posted in: Newsmag
Post count: 88

Hey,

is it possible to change the thumbnail size of block 16 in a square dimension?
If yes how can I do it?
I want on this site http://www.awayfromlife.com/label/ under the point “Unsere Releases” the thumbnails in a square dimension.

Thank you for helping and best wishes, Simon

Post count: 6535

Hi

You can use theme API to modify the current thumbs available on the theme, or add a new one: https://forum.tagdiv.com/td_api_thumbadd/ Also you can use this css in theme panel custom css to increase the height oh the image: http://screencast.com/t/XBwaLIpm

.td_block_16 .td_module_mx4 .entry-thumb{
min-height: 200px!important;
}

Thanks!

Post count: 88

To add a new thumbnail where must I add the code? (for this introduction: https://forum.tagdiv.com/td_api_thumbadd/)?

Thank you!

Post count: 6535

Hi

You need to edit td_config.php: and add the code here: http://screencast.com/t/WF6xJyP8lKSb

Thanks!

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