Skip to content

Instantly share code, notes, and snippets.

@angellromero
Last active February 1, 2017 20:16
Show Gist options
  • Save angellromero/ed9e1510c37fa63570f542e3bb832dea to your computer and use it in GitHub Desktop.
Save angellromero/ed9e1510c37fa63570f542e3bb832dea to your computer and use it in GitHub Desktop.
Mobile Assets
<!-- Example: Mobile Image Reference/Replacement on any image asset throughout the site -->
<img src="desktop-image.jpg" alt="Alt" data-mobile-src="mobile-image.jpg">
<!-- Example: Mobile Only content that would contain live content such as a title and/or description -->
<img src="desktop-image.jpg" alt="Alt" data-mobile-src="mobile-image.jpg" data-title="Title of Image" data-description="Description of image">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment