mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update PhotoAlbumPresenter.vue, fix fullscreen mode
This commit is contained in:
parent
0a0681199f
commit
822e9888bb
1 changed files with 18 additions and 19 deletions
|
@ -26,8 +26,7 @@
|
||||||
<slide v-for="(img, index) in status.media_attachments" :key="'px-carousel-'+img.id + '-' + index" class="" style="background: #000; display: flex;align-items: center;" :title="img.description">
|
<slide v-for="(img, index) in status.media_attachments" :key="'px-carousel-'+img.id + '-' + index" class="" style="background: #000; display: flex;align-items: center;" :title="img.description">
|
||||||
|
|
||||||
<img
|
<img
|
||||||
:class="img.filter_class + ' img-fluid w-100 p-0'"
|
class="img-fluid w-100 p-0"
|
||||||
style=""
|
|
||||||
:src="img.url"
|
:src="img.url"
|
||||||
:alt="altText(img)"
|
:alt="altText(img)"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
|
|
Loading…
Reference in a new issue