Skip to content

Commit

Permalink
fix(download): always download full res image
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jul 17, 2024
1 parent 99529b6 commit f772041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/pages/posts/post/PostComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
/>

<PostDownload
v-if="mediaFile.file"
v-if="props.post.high_res_file.url"
:mediaName="`${post.domain}-${post.id}`"
:mediaUrl="mediaFile.file"
:mediaUrl="props.post.high_res_file.url"
/>

<PostSource
Expand Down

0 comments on commit f772041

Please sign in to comment.