Open ariel-maidana opened 2 years ago
Support References
This comment is automatically generated. Please do not edit it.
📌 SCRUBBING : RESULT
📌 FINDINGS/SCREENSHOTS/VIDEO
📌 ACTIONS
Created a patch D88642-code
Reviewed, changes suggested in diff patch.
@jeffikus Unassigning this from myself. Feel free to ping me if you need any further testing, etc.
User is asking for an update. It is not clear to me if this is being solved. Could you share some more details?
@daria2303 I'm not sure where this lives in the Theme team's set of priorities.
You can share this CSS with the user so they can fix it for their site.
@media screen and (min-width: 768px) {
.wp-block-jetpack-slideshow .image-big {
margin-left: 0px;
margin-bottom: 0px;
}
}
@danielbachhuber This does not work for the vertical images in the gallery block as seen in this case: 5645307-zd-woothemes
Could you please check?
@devNigel Sorry for the delay! I was tied up in another project.
Here's some CSS they can use to have the vertical images display fully:
.entry-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure {
align-items: initial;
}
.entry-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure img {
margin-left: auto;
margin-right: auto;
}
One more case with Alves theme in zd-5920463
I was able to reproduce it: https://d.pr/i/xT5oAN
43339352-hc Hever theme. CSSs suggested did not work.
Another report here: 7418975-zen
Quick summary
Regardless of the Alignment settings, the Slideshow block is showing images zoomed in on simple sites with the Cubic theme. Related issue: https://github.com/Automattic/jetpack/issues/12178
p1658354400641829-slack-CB0B2G43X
Steps to reproduce
What you expected to happen
I would expect to see the full images.
What actually happened
Images appeared zoomed in and cropped.
Context
5548552-zd-woothemes
Platform (Simple, Atomic, or both?)
Simple
Theme-specific issue?
Reproduced in Cubic.
Browser, operating system and other notes
No response
Reproducibility
Once
Severity
No response
Available workarounds?
No response
Workaround details
No response