• Hello,
    Just to inform you that the thumb size “post-slider-thumb-size” is not used by the “Blossom: Image Text widget” as it should do, only original image sizes are.
    To correct that, in widget-image-text.php file, I changed on line 207:
    echo wp_get_attachment_image( $image_id, $it_img_size );
    by
    echo wp_get_attachment_image( $image_id, 'post-slider-thumb-size' );
    But maybe you have a nicer solution by correcting $it_img_size (on line 147).
    Well, feel free to correct that in your next update.
    Best regards,
    NDD

    • This topic was modified 3 years, 8 months ago by ndd.
Viewing 1 replies (of 1 total)
  • Hi @ndd,

    Thank you very much for letting us know. We will forward this to the development team and they will look into the issue. We will release an update once the issue is resolved.

    Kind Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Blossom Image Text widget: Little bug with image sizes’ is closed to new replies.