How to disable image croping

Posted in: Newspaper
Post count: 5

hi i wanted to know how to disbale image croping for td modules in newspaper theme

td_api_thumb::add(‘td_324x235’,

array(

‘name’ => ‘td_324x235’,

‘width’ => 324,

‘height’ => 235,

‘crop’ => array(‘center’, ‘top’),

‘post_format_icon_size’ => ‘normal’,

‘used_on’ => array(

‘Module 3, 4, 5, 11, MX3’, ‘Block 1, 5, 6, 13, 17, 20’

)

)

);

Post count: 22421

Hello,

Unfortunately the theme will crop and create thumbs for any image. If you want to change this behavior you will have to do it through customization which is not part of the theme support.

Thank you!

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