We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988c616 commit b3deb31Copy full SHA for b3deb31
readme.md
@@ -16,9 +16,11 @@ This plugin tells WordPress to create three additional sizes for images you uplo
16
);
17
?>
18
<picture>
19
+ <!--[if IE 9]><video style="display: none;"><![endif]-->
20
<?php echo tevkori_get_picture_srcs($imageid, $mappings) ?>
- <noscript> <?php echo wp_get_attachment_image( $imageid, $mappings[0] ) ?> </noscript>
21
+ <!--[if IE 9]></video><![endif]-->
22
<img srcset="<?php echo wp_get_attachment_image_src( $imageid, $type ) ?>" alt="<?php echo tevkori_get_img_alt( $imageid ) ?>">
23
+ <noscript> <?php echo wp_get_attachment_image( $imageid, $mappings[0] ) ?> </noscript>
24
</picture>
25
26
### Tutorial
0 commit comments