This commit is contained in:
Surya Paolo
2023-12-29 01:27:59 +01:00
parent 42d37d8209
commit 2083655e99
8 changed files with 82 additions and 22 deletions

View File

@@ -18,9 +18,9 @@ export default defineComponent({
default: '',
},
myheight: {
type: String,
type: Number,
required: false,
default: '',
default: 0,
},
myheightmobile: {
type: Number,

View File

@@ -3,6 +3,7 @@
<q-parallax
:speed="speed ? speed : 1"
:height="myheight"
>
<template v-slot:media>
<img
@@ -24,9 +25,9 @@
:class="tools.getClassAnim(anim)"
:style="
logowidth
? `width: ` + logowidth + `px; + `
: undefined + logoheight
? ` height: ` + logoheight + `px`
? `width: ` + logowidth + `px !important; + `
: undefined
? ` height: ` + logoheight + `px !important`
: undefined
"
/>