Make thumbnail fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user