mirror of
https://github.com/KevinMidboe/leifsopplevelser.git
synced 2025-12-08 20:38:46 +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">
|
||||||
<div class="popover-content" @click="hidePopover" v-touch:swipe.left="backwards" v-touch:swipe.right="forwards">
|
<div class="popover-content" @click="hidePopover" v-touch:swipe.left="backwards" v-touch:swipe.right="forwards">
|
||||||
<div class="image-container">
|
<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>
|
<p>There is something here</p>
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user