add image zoom
This commit is contained in:
@@ -274,7 +274,7 @@ class ProductPage:
|
|||||||
[
|
[
|
||||||
ft.Image(
|
ft.Image(
|
||||||
src=self.product['image'],
|
src=self.product['image'],
|
||||||
fit=ft.ImageFit.COVER,
|
fit=ft.ImageFit.CONTAIN,
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
width=800,
|
width=800,
|
||||||
|
|||||||
Reference in New Issue
Block a user