Skip to content

Commit

Permalink
feat: hopefully fix jumping image
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Aug 3, 2020
1 parent 646241a commit bbc72f5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion components/layout/navigation/sidenav/SideNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
<!-- Hero Image -->
<div class="relative w-full h-full overflow-hidden">
<picture>
<source srcset="~/assets/img/brand/icon.webp" type="image/webp" />
<source
srcset="~/assets/img/brand/icon.webp"
type="image/webp"
height="512"
width="512"
/>
<img
loading="eager"
class="w-full h-auto sidebar-img--transition"
Expand Down

0 comments on commit bbc72f5

Please sign in to comment.