We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm using some lazy/responsive loading scripts, such as https://github.com/BBC-News/Imager.js/ for tag creation at execution.
"Image" creation is done through <div> and data-src attribute. But rev does not alter those...
<div>
data-src
Before or after rev, I have :
<div style="width: 240px"> <div class="delayed-image-load" data-src="http://placehold.it/{width}" data-alt="alternative text"></div> </div>
Is there a way to configure rev to alter the HTML of my pages, modifying not only src but also data-src (or another data-* attribute).
data-*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I'm using some lazy/responsive loading scripts, such as https://github.com/BBC-News/Imager.js/ for tag creation at execution.
"Image" creation is done through
<div>
anddata-src
attribute. But rev does not alter those...Before or after rev, I have :
Is there a way to configure rev to alter the HTML of my pages, modifying not only src but also
data-src
(or anotherdata-*
attribute).The text was updated successfully, but these errors were encountered: