Blossom Image Text widget: Little bug with image sizes
-
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
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Blossom Image Text widget: Little bug with image sizes’ is closed to new replies.