diff --git a/assets/css/app.scss b/assets/css/app.scss index fc36eed..a75ae4d 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -793,6 +793,12 @@ $links: ( } } +@media screen and (max-width: 1024px) { + .mesh-wrapper { + width: 100%; + } +} + @media screen and (max-width: 980px) { .quick-image img { height: 200px; diff --git a/config/packages/liip_imagine.yaml b/config/packages/liip_imagine.yaml index ed39ad2..22c3e3f 100644 --- a/config/packages/liip_imagine.yaml +++ b/config/packages/liip_imagine.yaml @@ -10,4 +10,4 @@ liip_imagine: mesh_preview_filter: filters: downscale: - max: [400, 400] + max: [600, 600]