Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@uploadcare-user
Last active September 19, 2018 17:43
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 uploadcare-user/e0b514be24d50ea1cf826e7ac2a98a9a to your computer and use it in GitHub Desktop.
Save uploadcare-user/e0b514be24d50ea1cf826e7ac2a98a9a to your computer and use it in GitHub Desktop.
Example of using responsive image techniques to implement Art Direction
<picture>
<source media="(max-width: 600px)"
srcset="cropped_art_direction.jpg">
<img src="art_direction.jpg"
alt="An example of art direction">
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment