• Resolved Milind More

    (@milindmore22)


    Hello There,

    I am seeing an invalid image attribute which actually is image size on some images. chaplin_preview_image_low_resolution (screenshot)

    It can be easily fixed by fixing code on themes/chaplin/parts/preview.php Line no 33
    by replacing
    <?php the_post_thumbnail( $post->ID, $image_size ); ?>
    with
    <?php the_post_thumbnail( $image_size ); ?>

    Hope to see this improvement in an upcoming version 🙂

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @milindmore22,

    Well, that’s embarrassing. I’ve included a fix for this in version 2.6.2, which just went live. Thanks for posting!

    — Anders

Viewing 1 replies (of 1 total)

The topic ‘Invalid Image attribute’ is closed to new replies.