Now the url passed is original and does not need to be edited.

This commit is contained in:
2019-04-16 00:06:46 +02:00
parent 9374825fc9
commit 8dac0ce7c9

View File

@@ -2,12 +2,11 @@
<div class="popover">
<div class="popover-content" @click="hidePopover" v-touch:swipe.left="backwards" v-touch:swipe.right="forwards">
<div class="image-container">
<img :src="album[index].url.replace('thumb', 'lg')" />
<img :src="album[index].url" />
<div class="other-elements">
<!-- <div class="other-elements">
<p>There is something here</p>
</div>
</div> -->
</div>
</div>