Skip to content

Commit c8c994a

Browse files
committed
Yes it does, don't mind me
1 parent 6c59943 commit c8c994a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This plugin tells WordPress to create three additional sizes for images you uplo
1919
<!--[if IE 9]><video style="display: none;"><![endif]-->
2020
<?php echo tevkori_get_picture_srcs($imageid, $mappings) ?>
2121
<!--[if IE 9]></video><![endif]-->
22-
<img srcset="<?php wp_get_attachment_image_src( $imageid ) ?>" alt="<?php tevkori_get_img_alt( $imageid ) ?>">
22+
<img srcset="<?php wp_get_attachment_image_src( $imageid )[0] ?>" alt="<?php tevkori_get_img_alt( $imageid ) ?>">
2323
<noscript> <?php echo wp_get_attachment_image( $imageid, $mappings[0] ) ?> </noscript>
2424
</picture>
2525

0 commit comments

Comments
 (0)