Skip to content

Commit 00f58c1

Browse files
committed
fix dynamic loading images
1 parent a609962 commit 00f58c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SculptureFeed.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="w-layout-grid sculpture-grid" v-if="sculptures.length > 0 && !show3D">
55
<div v-for="(sculpture, index) in sculptures" :key="sculpture.id" class="sculpture-item">
66
<router-link :to="'/sculpture/'+sculpture.id + (sculpture.isExample? '?example=true' : '') + '?hideeditor=true&hidepedestal=true'" tag="a">
7-
<v-lazy-image :alt="sculpture.title" width="500" sizes="520px" :src="sculpture.thumbnail? sculpture.thumbnail: 'https://firebasestorage.googleapis.com/v0/b/shader-park-core.appspot.com/o/sculptureThumbnails%2F-Lk_XES0HZ7-EdHhMstK.jpeg?alt=media&token=89087d04-7bcd-4368-bfe4-19281471308b'" src-placeholder="https://firebasestorage.googleapis.com/v0/b/shader-park-core.appspot.com/o/sculptureThumbnails%2F-LkafBpRAsQOqxKBP786.jpeg?alt=media&token=378fc6f9-b6d6-4dc3-8b98-fac3a1467d19" />
7+
<v-lazy-image src-placeholder="img/icons/sphere.jpg" :alt="sculpture.title" width="500" sizes="520px" :src="sculpture.thumbnail? sculpture.thumbnail: 'img/icons/sphere.jpg' " />
88
</router-link>
99
<div class="sculpture-description">
1010
{{sculpture.title}}

0 commit comments

Comments
 (0)