Stitch 2 images
This commit is contained in:
parent
27854eb553
commit
5811631c4f
3 changed files with 7 additions and 8 deletions
|
|
@ -62,7 +62,7 @@
|
|||
<li>Duration: {{ formatDuration(itemData.duration) }}</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li v-if="itemData.number_of_images < 3" class="warning-msg">
|
||||
<li v-if="itemData.number_of_images < 2" class="warning-msg">
|
||||
Not enough images to stitch
|
||||
</li>
|
||||
<li v-else-if="!itemData.dzi && itemData.stitch_available" class="alert-msg">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue