From 4140184e6072a062f4a55ad1f6745170f5bfd6ac Mon Sep 17 00:00:00 2001 From: janko Date: Fri, 19 Jan 2024 15:14:26 +0100 Subject: [PATCH] glava img sizing --- nuxt/components/Glava.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/nuxt/components/Glava.vue b/nuxt/components/Glava.vue index 9169b38..65e0748 100644 --- a/nuxt/components/Glava.vue +++ b/nuxt/components/Glava.vue @@ -50,10 +50,12 @@ h1 { img { position: fixed; - top: 0; - left: 0; - width: 100%; + top: -10wh; + left: -10vw; + width: 120vw; + height: 120vh; z-index: 10; + object-fit: cover; } .meni {