mirror of
https://github.com/Alvin-Zilverstand/pokedex.git
synced 2026-03-06 21:29:57 +01:00
Add low-resolution image support for Pokémon data retrieval
This commit is contained in:
@@ -70,7 +70,9 @@
|
||||
</header>
|
||||
<section class="pokemon-list">
|
||||
<div class="container">
|
||||
<div class="list-wrapper"></div>
|
||||
<div class="list-wrapper">
|
||||
<img data-src-low="${pokemon.image_url_low}" data-src="${pokemon.image_url}" alt="${pokemon.name}" />
|
||||
</div>
|
||||
</div>
|
||||
<div id="not-found-message">Pokemon not found</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user