AliExpress: wider product image gallery
Enlarges the product image gallery area so product details are easier to see.
Code to copy
/* Give the product image gallery more room */
[class*="image-view"],
[class*="imageView"],
[class*="gallery-"],
[class*="magnifier"] [class*="main-image"] {
max-width: 560px !important;
width: 100% !important;
}
[class*="image-view"] img,
[class*="gallery-"] img {
image-rendering: auto !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.