Skip to content

Instantly share code, notes, and snippets.

@encoderit-arman
Created September 22, 2020 06:47
Show Gist options
  • Save encoderit-arman/fa0b2043c60047a138011b0c6f2b9490 to your computer and use it in GitHub Desktop.
Save encoderit-arman/fa0b2043c60047a138011b0c6f2b9490 to your computer and use it in GitHub Desktop.
<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