mirror of
https://github.com/KevinMidboe/leifsopplevelser.git
synced 2025-10-29 01:30:22 +00:00
Now the url passed is original and does not need to be edited.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user