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
See https://en.wikipedia.org/wiki/Data_URI_scheme#Syntax
<img src="data:image/png;base64,iVBORw0KGgoAAA ANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4 //8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU 5ErkJggg==" alt="Red dot" />
The text was updated successfully, but these errors were encountered:
This is a sample of what I get on output:
LOGO;ENCODING=b;TYPE=image/PNG:data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAPoAAADICAYAAADBXvybAAAABmJLR0Q
Sorry, something went wrong.
Here was my jekyll snippet
PHOTO;ENCODING=b;TYPE=image/PNG:{% base64 http://legaldemo.strikehawk.com/assets/images/balance-scale-solid.png %}
No branches or pull requests
See https://en.wikipedia.org/wiki/Data_URI_scheme#Syntax
The text was updated successfully, but these errors were encountered: