diff --git a/frontend/assets/scss/custom.scss b/frontend/assets/scss/custom.scss index 926ba40..9bda147 100644 --- a/frontend/assets/scss/custom.scss +++ b/frontend/assets/scss/custom.scss @@ -36,6 +36,11 @@ html, body, #wrapper, #inner, .container { justify-content: flex-end; } +.image-lazy { + min-height: 150px; + object-fit: cover; +} + @media all and (max-width: 1088px) { .container { padding: 20px; diff --git a/frontend/views/partials/Gallery.vue b/frontend/views/partials/Gallery.vue index 6813827..82ccf4a 100644 --- a/frontend/views/partials/Gallery.vue +++ b/frontend/views/partials/Gallery.vue @@ -10,7 +10,7 @@