How to create a thumbnail size?

Posted in: Newsmag
Post count: 2

Hello,
I want to create a thumbnail size to use on related articles, module and block.
I’m open file, td_config and add this code to td_global::$thumbs_list = array(
array(
'name' => 'td_200x135',
'width' => 200,
'height' => 135,
'crop' => array('center', 'top'),
'used_on' => array(
'Module 11', 'Block 12', 'Big grid - small image', 'Related articles'
)
),

And open file td_module_related_posts.php change <?php echo $this->get_image(‘td_238x178’);?> to <?php echo $this->get_image(‘td_200x135’);?> but it not work.
Please help me!
Thank you!

Post count: 9544

Hey…
They gave me a fix for this issue with the gtmetrix scan for images not having the smaller size…

Look for the post i did a week or so ago for my ga-ga.com site, as they gave me the code that worked.

Post count: 2

Thank you Chris S!

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