Skip to content

Commit

Permalink
feat: zoom-in cursor on fun images
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisSeckar committed Jul 30, 2024
1 parent e658f2b commit 7b62382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/fun/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</div>
<a :href="imagePath" target="_blank">
<NuxtImg
class="mx-auto my-4 h-[350px] w-auto"
class="mx-auto my-4 h-[350px] w-auto cursor-zoom-in"
:src="imagePath"
:alt="imageData.title"
title="Kliknutím zobrazíte plnou velikost"
Expand Down

0 comments on commit 7b62382

Please sign in to comment.