[tutoria] fix for 200×150 related post thumbs

Posted in: Newsmag
Post count: 9544

Hi,
for those who keep getting the resize thumbs “error” when running a pagespeed test, here again is the fix from v1.4 which didn’t end up in v1.5

this edits the thumbnail section in /includes/td_config.php

around about line 560 or so; you will need to add this new size

array(
'name' => 'td_200x150',
'width' => 200,
'height' => 150,
'crop' => array('center', 'top'),
'post_format_icon_size' => 'normal',
'used_on' => array(
'Related articles'
)
),

This should allow the related items at bottom posts to use a 200×150 thumb, vs resizing the 'name' => 'td_238x178', thumbnail, also used for ‘Module 11’, ‘Block 12’, ‘Big grid – small image’

You may not need this; but those who know what I’m talking about, this is the fix from 1.4, which I’m now applying to my 1.5 install as well.

Likely doesn’t improve score; and adds yet another thumb; but this is for those who hate seeing the “image was resized” errors in running speed testing. 🙂

Viewing 1 post (of 1 total)
The forum ‘Newsmag’ is closed to new topics and replies.