Make thumbnail fix

This commit is contained in:
root
2021-09-21 21:06:36 +02:00
parent 6ea0c96557
commit 493c10eb45
2 changed files with 7 additions and 15 deletions

View File

@@ -184,18 +184,7 @@
</b-tabs>
</b-card>
<div v-if="host == 'strecha'">
<b-tabs card>
<b-tab title="Dnes">
<vue-gallery-slideshow :images="images-0" :index="index" @close="index = null"></vue-gallery-slideshow>
</b-tab>
<b-tab title="Včera">
<vue-gallery-slideshow :images="images-1" :index="index" @close="index = null"></vue-gallery-slideshow>
</b-tab>
<b-tab title="Predvčerom">
<vue-gallery-slideshow :images="images-2" :index="index" @close="index = null"></vue-gallery-slideshow>
</b-tab>
<div class="h4 mt-3 bg-info">Aktuálny obrázok z kamery</div>
<div class="h4 mt-3 bg-info">Aktuálny obrázok z kamery</div>
<img class="img-fluid" src="{{ url('upload/images/camera.jpg') }}" alt="" title="" />
</b-tabs>
</div>