Forums

Multiple Post Thumbnails Plugin | Weird default size (1 post)

  1. humbucker
    Member
    Posted 1 year ago #

    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 ??

Topic Closed

This topic has been closed to new replies.

About this Topic