add image zoom

This commit is contained in:
2025-12-04 11:03:10 +02:00
parent ae48bf5808
commit 5f5aabb59d

View File

@@ -274,7 +274,7 @@ class ProductPage:
[
ft.Image(
src=self.product['image'],
fit=ft.ImageFit.COVER,
fit=ft.ImageFit.CONTAIN,
)
],
width=800,