Skip to content
New issue

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

Invalid Format in output for base64 #7

Open
inetbiz opened this issue Jun 4, 2019 · 2 comments
Open

Invalid Format in output for base64 #7

inetbiz opened this issue Jun 4, 2019 · 2 comments

Comments

@inetbiz
Copy link

inetbiz commented Jun 4, 2019

See https://en.wikipedia.org/wiki/Data_URI_scheme#Syntax

<img src="data:image/png;base64,iVBORw0KGgoAAA
ANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4
//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU
5ErkJggg==" alt="Red dot" />
@inetbiz
Copy link
Author

inetbiz commented Jun 4, 2019

This is a sample of what I get on output:

LOGO;ENCODING=b;TYPE=image/PNG:data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAPoAAADICAYAAADBXvybAAAABmJLR0Q

@inetbiz
Copy link
Author

inetbiz commented Jun 4, 2019

Here was my jekyll snippet

PHOTO;ENCODING=b;TYPE=image/PNG:{% base64 http://legaldemo.strikehawk.com/assets/images/balance-scale-solid.png %}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant