Enlarges the product image on the item details page
Wish Large Product Page Image by jremi
Details
Authorjremi
LicenseNo License
Categorywww.wish.com/product/ -> userstyles
Created
Updated
Size382 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Enlarges the product image on the item details page
Source code
/* ==UserStyle==
@name Wish Large Product Page Image
@version 20230609.19.57
@namespace ?
==/UserStyle== */
@-moz-document regexp("https://www.wish.com/product/.+") {
[class*="ProductContainer__RightColumn-"] {
padding-left: 15vw !important;
}
[class*="ProductImageContainer__MainImageWrapper-sc-"] {
width: 50vw !important;
height: 75vh !important;
}
}