Skip to content

Commit

Permalink
Added lazy loading to merge books
Browse files Browse the repository at this point in the history
  • Loading branch information
Realmbird committed May 22, 2024
1 parent de01ae3 commit 7586519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlibrary/components/MergeUI/EditionSnippet.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="edition-snippet">
<img :src="cover_url" />
<img loading="lazy" :src="cover_url"/>
<div class="links">
<a :href="edition.key" target="_blank">OL</a>
<a
Expand Down

0 comments on commit 7586519

Please sign in to comment.