Results 6 comments of Trevor Thompson

I've started looking into this, and added what I thought would fix the issue: ``` .wp-block-cover-image.alignfull, .wp-block-gallery.alignfull, .wp-block-image.alignfull img { clear: both; left: 50%; margin-left: ~"calc(50% - 50vw)"; margin-right: ~"calc(50%...

I've added `add_theme_support( 'align-wide' );` As well as `add_theme_support( 'wp-block-styles' );`

I was trying to pull halfway left from a point that wasn't center screen due to the sidebar layout.

@christophherr, So, I came across this when doing some testing locally. I created a post and uploaded an image. But, when viewing the site, the images were broken, having an...

It looks like it was introduced when refactoring after 1.5. [Here is the commit.](https://github.com/Getbeans/Beans/commit/d231c887c0865b0d46bd40948dc1c89371412fa6#diff-9150ae87d7127e4f15357f3b3fd7be20) Do you mean to throw an exception rather than returning the original src?

I believe it was php-gd that was missing. People aren't likely to run into that module missing unless they're setting up their own servers and neglect to install it, like...