Add base url config
This commit is contained in:
@ -83,7 +83,7 @@ try {
|
||||
foreach ($photos as $photo) {
|
||||
$thumb = $photo->getThumbnailUrl();?>
|
||||
<div class="photowrapper">
|
||||
<img src="<?= $api->api_url.$thumb?>" id="<?= $photo->uid?>">
|
||||
<img src="<?= $api->api_url.$thumb?>" id="<?= $photo->uid?>" loading="lazy">
|
||||
<div class="votewrapper">
|
||||
<button value="1" onclick="vote(this)" class="voteButton" data-uid="<?= $photo->uid?>" disabled>
|
||||
👍 Dafür
|
||||
|
Reference in New Issue
Block a user