Comments Lordpkappa started the conversationApril 17, 2021 at 7:30pmThe function Immage Size in the review module doesen't work, che immage size for Thumbnail, medium, large, ecc.. it's always the same, very small.Thanks for the supportPatrick Grioni 2,700PenciDesign repliedApril 18, 2021 at 1:31amHi,It already works, but we've limited the width of the image.If you want to change the width of the image on the review box, please add more this code to Customize > Custom CSS: .penci-review-thumb{ width: 200px; } @media only screen and (max-width: 479px){ .penci-review-thumb { display: block; width: 100%; margin-bottom: 20px; } } Change value 200 to value as you want for the image.Best Regards,PenciDesign Sign in to reply ...
The function Immage Size in the review module doesen't work, che immage size for Thumbnail, medium, large, ecc.. it's always the same, very small.
Thanks for the support
Patrick Grioni
Hi,
It already works, but we've limited the width of the image.
If you want to change the width of the image on the review box, please add more this code to Customize > Custom CSS:
Change value 200 to value as you want for the image.
Best Regards,
PenciDesign