|
@@ -29,10 +29,10 @@ if (typeof window !== 'undefined' && typeof window.globalThis.addEventListener =
|
|
:style="{backgroundImage:`url(${columnImage})`}" class="banner-area">
|
|
:style="{backgroundImage:`url(${columnImage})`}" class="banner-area">
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <!-- <video v-if="modelType ==2" webkit-playsinline="webkit-playsinline" playsinline id="videoPlay" autoplay loop muted preload="auto" :poster="posterImg"
|
|
|
|
|
|
+ <video v-if="modelType ==2" webkit-playsinline="webkit-playsinline" playsinline id="videoPlay" autoplay loop muted preload="auto" :poster="posterImg"
|
|
style="width:100%;height:100%;object-fit:fill;" :src="columnImage">
|
|
style="width:100%;height:100%;object-fit:fill;" :src="columnImage">
|
|
<source type="video/mp4">
|
|
<source type="video/mp4">
|
|
- </video> -->
|
|
|
|
|
|
+ </video>
|
|
<!-- <img v-if="modelType==3" :src="posterImg" alt="" class="posterImg"> -->
|
|
<!-- <img v-if="modelType==3" :src="posterImg" alt="" class="posterImg"> -->
|
|
</template>
|
|
</template>
|
|
<style lang="scss">
|
|
<style lang="scss">
|