add image zoom

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

View File

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