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
The custom text feature filters "down" to subsequent images in a document, rather than being limited to the one it was specified on, eg:
<img src="holder.js/200x200/text:foo" alt="" /> <img src="holder.js/200x200" alt="" /> <img src="holder.js/200x200" alt="" /> <img src="holder.js/200x200/text:bar" alt="" />
…results in three images captioned "foo" followed by the fourth with "bar.
Can currently be worked around by passing an empty text parameter to stop the propagation, eg:
text
<img src="holder.js/200x200/text:" alt="" />
The text was updated successfully, but these errors were encountered:
18c9e38
No branches or pull requests
The custom text feature filters "down" to subsequent images in a document, rather than being limited to the one it was specified on, eg:
…results in three images captioned "foo" followed by the fourth with "bar.
Can currently be worked around by passing an empty
text
parameter to stop the propagation, eg:The text was updated successfully, but these errors were encountered: