Jump to content

Stephanie

Approved members
  • Posts

    21
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Stephanie got a reaction from Tim Vereecke in Lazy Loading in revive   
    You need to modify the delivery file you use (asyncspc.php or afr.php)
    Search for :
    $imageTag = "$clickTag<img src='".htmlspecialchars($imageUrl, ENT_QUOTES)."' width='$width' height='$height' alt='$alt' title='$alt' border='0'$imgStatus />$clickTagEnd";
     
    change it to :
    $imageTag = "$clickTag<img src='".htmlspecialchars($imageUrl, ENT_QUOTES)."' width='$width' height='$height' loading='lazy' alt='$alt' title='$alt' border='0'$imgStatus />$clickTagEnd";
  2. Like
    Stephanie got a reaction from nootkan in Lazy Loading in revive   
    You need to modify the delivery file you use (asyncspc.php or afr.php)
    Search for :
    $imageTag = "$clickTag<img src='".htmlspecialchars($imageUrl, ENT_QUOTES)."' width='$width' height='$height' alt='$alt' title='$alt' border='0'$imgStatus />$clickTagEnd";
     
    change it to :
    $imageTag = "$clickTag<img src='".htmlspecialchars($imageUrl, ENT_QUOTES)."' width='$width' height='$height' loading='lazy' alt='$alt' title='$alt' border='0'$imgStatus />$clickTagEnd";
  3. Like
    Stephanie reacted to NITRO FOX in Upgrade 5.0 and now 5.0.2   
    I had no idea of this folder, thank you so much for helping!
  4. Like
    Stephanie got a reaction from NITRO FOX in Upgrade 5.0 and now 5.0.2   
    You look in the wrong place, not the /plugins folder the /etc/plugins folder, it's there.
×
×
  • Create New...