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

Gutenberg insert image "full width" not 100% width #2

Closed
thetwopct opened this issue Jan 4, 2019 · 1 comment
Closed

Gutenberg insert image "full width" not 100% width #2

thetwopct opened this issue Jan 4, 2019 · 1 comment

Comments

@thetwopct
Copy link

I've noticed that when inserting an image via Gutenberg and then selecting its alignment as "full width" the image doesn't stretch all the way across the page:

new site just another wordpress site 2019-01-04 18-14-38

I've been trying to work out why, seems to be something to do with max-width of the wp-block-image

.wp-block-image { max-width: 100%; }

@saltnpixels
Copy link
Owner

Gutenberg keeps updating and changing things. They add css sometimes that messes things up!
I have made a fix for this as well as some other fixes.
Thanks for reporting this!!

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

2 participants