Compare commits

...

3 Commits

Author SHA1 Message Date
olebeck 8664dc380a Merge remote-tracking branch 'upstream/master' 2022-09-21 16:18:06 +02:00
Li 60af898d7f Merge branch 'master' of https://silica.codes/SilicaAndPina/psmreborn 2022-09-21 21:31:54 +12:00
Li 7b744af936 Add lazy loading 2022-09-21 21:31:45 +12:00
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ include("header.php");
}
?>
<a class="psm-game" href="?game=<?php echo $titleid ?>">
<img src="/gameinfo/<?php echo $titleid ?>/icon_128x128.png" width="124" height="124">
<img src="/gameinfo/<?php echo $titleid ?>/icon_128x128.png" loading="lazy" width="124" height="124">
<div class="psm-game-info">
<span><?php echo $title ?></span>
<?php if(getSdkType($xml) == "PSM Unity") { ?>