Invalid Image attribute
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Invalid Image attribute’ is closed to new replies.