Hiya,
I have a site using Newspaper, where I’ve created a full-width gallery which spans the entire width of the page:
http://www.londoninstereo.com/run-the-jewels-gallery/
I’ve created this using the TagDiv built in gallery, and the issue I’m having is the thumbnail size for the gallery has a max height of 420px, which is smaller than what I need for this gallery.
I copied td_config.php into my child theme (newspaper-child/includes) and changed the height of the thumbnail for the gallery so it now reads:
td_api_thumb::add(‘td_0x420’,
array(
‘name’ => ‘td_0x420’,
‘width’ => 0,
‘height’ => 650,
‘crop’ => array(‘center’, ‘top’),
‘post_format_icon_size’ => ‘normal’, //what play icon to load (small or normal)
‘used_on’ => array(
‘tagDiv Image Gallery’
)
)
);
Then I regenerated all thumbnails, but it hasn’t made a difference to the image size being called.
Is there a way I can either amend the TagDiv Image Gallery thumbnail, or tell the image gallery to use a different thumbnail (i.e. the 1068×0 thumbnail would be large enough for this).
Thanks!
Hannah
Hello,
The slider gallery on 3 columns is defined here: http://screencast.com/t/81yl7lvjv
You can change the thumb used by changing td_1021x580 with td_1068x0
Thank you!