diff options
| author | 2023-01-09 10:37:35 +0100 | |
|---|---|---|
| committer | 2023-01-09 10:37:35 +0100 | |
| commit | bbe3eb8f41ca9c25d1619cda9609392ffc803146 (patch) | |
| tree | 5079caff814cd31bff9d708d3a71dea0c5993d81 /app/views/configure/display.phtml | |
| parent | 7d12ecff0145c66113f81ce1b704316da0a403a5 (diff) | |
Lazy load logo on install, logo on header and theme thumbs in config slide (#4998)
* feat: lazy load logo on install, logo on header and theme thumbs in config slide
Diffstat (limited to 'app/views/configure/display.phtml')
| -rw-r--r-- | app/views/configure/display.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 0391e59b3..0fde2b50e 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -60,7 +60,7 @@ data-leave-validation="<?= (FreshRSS_Context::$user_conf->theme === $theme['id']) ? 1 : 0 ?>" /> <li class="slide-container"> <div class="slide"> - <img src="<?= Minz_Url::display('/themes/' . $theme['id'] . '/thumbs/original.png') ?>" /> + <img src="<?= Minz_Url::display('/themes/' . $theme['id'] . '/thumbs/original.png') ?>" loading="lazy" /> </div> <div class="nav"> <?php if ($i !== 1) {?> |
