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

gatsby-remark-responsive-image: fix misaligned images #1196

Merged
merged 1 commit into from
Jun 17, 2017

Conversation

rstacruz
Copy link
Contributor

@rstacruz rstacruz commented Jun 17, 2017

Looks like this without it:

image

Explanation: if you do position: absolute without top/left/right/bottom, it may be inherited from parent elements, which may not be the right defaults you want.


This is the intended appearance:

image

@gatsbybot
Copy link
Collaborator

Deploy preview ready!

Built with commit b419712

https://deploy-preview-1196--using-drupal.netlify.com

@gatsbybot
Copy link
Collaborator

Deploy preview ready!

Built with commit b419712

https://deploy-preview-1196--gatsbygram.netlify.com

@rstacruz
Copy link
Contributor Author

...unrelated question: is the automated netlify deployment free?

@gatsbybot
Copy link
Collaborator

Deploy preview ready!

Built with commit b419712

https://deploy-preview-1196--gatsbyjs.netlify.com

@KyleAMathews
Copy link
Contributor

Good catch, thanks!

@KyleAMathews
Copy link
Contributor

Automated netlify deploys is free for everyone. PR previews is a "pro" plan feature but we get it for free as we're open source https://www.netlify.com/pricing/

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.

3 participants