Changing Thumbs on Blocks / Modules

Posted in: Newspaper
Post count: 1

Under td_config.php I change the following code. I changed the name, width and height.

Then I resized all the images per the instructions on this website.

The theme seems to be defaulting to a different size image for block 11.

Here is my site.
https://www.volyoom.fit/

Any thoughts on how to fix this? This thumb is enabled. When I changed the code, it turned off. I had to turn it on, and run the thumb resize process.

td_api_thumb::add('td_210x118',
array(
'name' => 'td_210x118',
'width' => 210,
'height' => 118,
'crop' => array('center', 'top'),
'post_format_icon_size' => 'normal',
'used_on' => array(
'Module 10, MX4, MX7, MX13, Mega menu, Related posts', 'Block 11, 15, 16, 18', 'Big grid 6'
),
'no_image_path' => td_global::$get_template_directory_uri,
)
);

Post count: 22421

Hello,

Block 11 uses a thumb size of 218 X 150 https://www.screencast.com/t/vGlueHYVhttps://www.screencast.com/t/NkAf4VIfBh

Thank you!

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