Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Product Image Gallery: Prevent image placeholder from going outside its wrapper #8901

Merged
merged 2 commits into from
Mar 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.wc-block-editor-product-gallery {
img {
width: 500px;
height: 500px;
max-width: 500px;
width: 100%;
height: auto;
}
.wc-block-editor-product-gallery__other-images {
img {
Expand Down