diff --git a/openlibrary/templates/books/custom_carousel.html b/openlibrary/templates/books/custom_carousel.html index ed3f5c5b9d4..dd5ee354011 100644 --- a/openlibrary/templates/books/custom_carousel.html +++ b/openlibrary/templates/books/custom_carousel.html @@ -30,10 +30,6 @@ $ author_names = '' $ modifier = '' $ work_key = book.key if book.key.startswith('/work') else book.get('work_key') - $if lazy: - $ img_attr = 'data-lazy' - $else: - $ img_attr = 'src'