Skip to content

Instantly share code, notes, and snippets.

@ahmadajmi
Created June 26, 2019 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadajmi/1f96f20b659f5d79eac3df637814e930 to your computer and use it in GitHub Desktop.
Save ahmadajmi/1f96f20b659f5d79eac3df637814e930 to your computer and use it in GitHub Desktop.
Sinai Responsive Images
<img
alt="{{title}}"
class="c-post-hero__image js-fadein"
srcset="
{{img_url feature_image size="s"}} 380w,
{{img_url feature_image size="m"}} 600w,
{{img_url feature_image size="l"}} 1000w
"
sizes="
(max-width: 1024px) 1000px,
100vw
"
src="{{img_url feature_image size="m"}}"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment