New lazy load stopping thumbnail grabber from working.
Manual Patch:
Open applications/portal/sources/Blocks/Blocks.php
Find:
$imageURL = $img->getAttribute('src');
Replace With:
$imageURL = $img->getAttribute('data-src');
Save.
By Michael
New lazy load stopping thumbnail grabber from working.
Manual Patch:
Open applications/portal/sources/Blocks/Blocks.php
Find:
$imageURL = $img->getAttribute('src');
Replace With:
$imageURL = $img->getAttribute('data-src');
Save.
Recommended Comments
There are no comments to display.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.