File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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}}
You can’t perform that action at this time.
0 commit comments