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

Boardwalk: margin issues resulting in clipped/cropped images #726

Open
suyogyashukla opened this issue Apr 11, 2019 · 1 comment
Open

Boardwalk: margin issues resulting in clipped/cropped images #726

suyogyashukla opened this issue Apr 11, 2019 · 1 comment
Labels
Support [Type] Bug Something isn't working
Milestone

Comments

@suyogyashukla
Copy link
Member

Steps to reproduce
Visit test draft post here: https://wematter.blog/?p=1165&preview=true

The images on the second row of the tiled gallery are clipped:

Image

git

In the block editor, the gallery looks correct. Disabling other plugins and also trying Health Check (with JP) gave the same issue. It appears the theme has the following code that is resulting in the issue:

@media screen and (min-width: 768px)
.wp-caption.caption-big, .image-big {
display: block;
margin-bottom: 24px;
margin-left: -72px;
width: 768px;
max-width: 768px;
}
Removing the margin-left seems to fix it.

Browser / OS version
Chrome 73.0.3683.86 on macOS 10.14.4.

Context / Source
Reported here: 10277547-hc, 1941117-zen

Closing Automattic/wp-calypso#32151

@supernovia
Copy link

I'm seeing a similar issue in this thread. Gallery shows like this with Boardwalk. It looks fine in other themes I've tested with the same content

Screen Shot 2019-10-02 at 7 05 43 PM

@nielslange nielslange added this to the Boardwalk milestone Nov 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support [Type] Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants