- poster
This commit is contained in:
@@ -18,9 +18,9 @@ export default defineComponent({
|
||||
default: '',
|
||||
},
|
||||
myheight: {
|
||||
type: String,
|
||||
type: Number,
|
||||
required: false,
|
||||
default: '',
|
||||
default: 0,
|
||||
},
|
||||
myheightmobile: {
|
||||
type: Number,
|
||||
|
||||
@@ -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
|
||||
"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user