Skip to content

Commit

Permalink
Merge pull request kodadot#3543 from Jarsen136/issue-3534
Browse files Browse the repository at this point in the history
fix: some 3D nft in /collection/{id} could not display correctly
  • Loading branch information
roiLeo committed Jul 25, 2022
2 parents 158a48e + 0264414 commit 1822a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/rmrk/Gallery/GalleryCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<span class="card-image__emotes__count">{{ emoteCount }}</span>
</span>
<BasicImage
v-show="!animatedUrl"
v-if="!animatedUrl"
:src="image"
:alt="title"
customClass="gallery__image-wrapper" />

<PreviewMediaResolver
v-if="!image && animatedUrl"
v-else
:src="animatedUrl"
:metadata="metadata"
:mimeType="type" />
Expand Down

1 comment on commit 1822a6c

@vercel
Copy link

@vercel vercel bot commented on 1822a6c Jul 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nft-gallery – ./

nft-gallery-preschian.vercel.app
nft-gallery-ruddy.vercel.app
nft-gallery-git-main-preschian.vercel.app

Please sign in to comment.