Hi,
I've installed this awesome plugin to display 3 more thumbs in my posts.
Thats the code I'm using in my functions.php file :
$slide1 = new MultiPostThumbnails(array(
'label' => 'Slide Image #1',
'id' => 'slide-image1',
'post_type' => 'post'
)
);
add_image_size('post-slide-image1-thumbnail', 415, 307);
However, when displaying my post, I got a little image showing up with a weird size "width="95" height="71" I can't find trace anywhere...
(these are not listed in my thumbnail sizes)
Can someone tell me where to look at please ??