WordPress / gutenberg-starter-theme

A simple theme for testing Gutenberg.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

browser upscaling

joyously opened this issue · comments

This CSS causes browser upscaling.

.wp-block-image.alignleft,
.wp-block-image.alignright {
width: 100%

along with this CSS

.wp-block-image .alignleft img,
.wp-block-image .alignright img,
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption {
max-width: 100%;
width: 100%;
}

It is counter to aligning left or right to make the image 100% width.