Skip to content

Commit

Permalink
Update placeholder size for NuxtImage component
Browse files Browse the repository at this point in the history
  • Loading branch information
lskellerm committed Mar 15, 2024
1 parent 6f8c7a9 commit 17822d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
quality="100"
class="rounded-full lg:p-10 mb-20 lg:mt-5 2xl:basis-1/4"
sizes="400 lg:625px"
:placeholder="[400, 410, 100, 0]"
:placeholder="400"
/>
</div>
</template>
Expand Down

0 comments on commit 17822d3

Please sign in to comment.