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

Add Data URI function #20

Merged
merged 4 commits into from
Dec 30, 2018

Conversation

dbernheisel
Copy link
Collaborator

Effort towards responsive images outline in this issue: #19

This only implements the Data URI function.

dbernheisel and others added 3 commits December 13, 2018 20:38
Co-authored-by: Troy Rosenberg <[email protected]>
Co-authored-by: Rob West <[email protected]>
Co-authored-by: Troy Rosenberg <[email protected]>
Co-authored-by: Rob West <[email protected]>
elixir 1.6.1
erlang 20.2.2
Copy link
Collaborator Author

@dbernheisel dbernheisel Dec 14, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I flipped the order because there's a bug in asdf-erlang where the install processes ends in a non-0 code (even though it successfully installed), which causes asdf to stop installing the rest of the tools. Moving it to the end will avoid the issue.


`<%= img_tag(Brady.data_uri("images/placeholder.gif"), alt: "Celery Man" %>`

It's not recommended to inline images that are more than a few kilobytes in
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

mix.exs Outdated Show resolved Hide resolved
@dbernheisel dbernheisel merged commit 2f803ed into beam-community:master Dec 30, 2018
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

Successfully merging this pull request may close these issues.

2 participants