mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 21:44:59 +00:00
add image dimentions for low connection UI optimization
This commit is contained in:
parent
abe927b4bc
commit
bac2ffa635
@ -202,7 +202,7 @@ if (!empty($q)) {
|
||||
<span><?php echo $result->description ?></span>
|
||||
<?php } ?>
|
||||
<a href="<?php echo $result->url ?>">
|
||||
<img src="<?php echo WEBSITE_DOMAIN; ?>/image.php?q=<?php echo urlencode(parse_url($result->url, PHP_URL_HOST)) ?>" alt="favicon" />
|
||||
<img src="<?php echo WEBSITE_DOMAIN; ?>/image.php?q=<?php echo urlencode(parse_url($result->url, PHP_URL_HOST)) ?>" alt="favicon" width="16" height="16" />
|
||||
<?php echo $result->url ?>
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user