Skip to content

Instantly share code, notes, and snippets.

@spacedmonkey
Created October 14, 2015 15:34
Show Gist options
  • Save spacedmonkey/c02980fc352c99c4eb13 to your computer and use it in GitHub Desktop.
Save spacedmonkey/c02980fc352c99c4eb13 to your computer and use it in GitHub Desktop.
callback: function ( elem, op ) {
if( op === 'load' ) {
if (elem.getAttribute('data-echo-srcset') !== null) {
elem.setAttribute('srcset', elem.getAttribute('data-echo-srcset'));
}
}
}
if ( false === strpos( $content, 'data-echo-srcset' ) ) {
$content = str_replace(' srcset', ' data-echo-srcset', $content);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment