Created
September 22, 2020 06:47
-
-
Save encoderit-arman/fa0b2043c60047a138011b0c6f2b9490 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <img | |
| src="<?php the_sub_field('slider_image_mobile'); ?>" | |
| srcset=" | |
| <?php the_sub_field('slider_image'); ?> 1280w, | |
| <?php the_sub_field('slider_image_tab'); ?> 900w, | |
| <?php the_sub_field('slider_image_mobile'); ?> 600w, | |
| <?php the_sub_field('slider_image_mobile'); ?> 360w, " | |
| sizes="100%" | |
| alt="slider" | |
| /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment