Hi a4jp,
I will be adding an option for lazy-loading the iframe in the next release, which should be in the next few weeks as soon as I get the chance. This will hopefully help with any pagespeed issues.
I don’t have control over the internal loading or rendering of the iframe content though, only the parameters that initialize it.
Hope this helps.
Thanks,
David
Thread Starter
a4jp
(@a4jpcom)
That would be wonderful. Thank you very much.
I’m just trying to remove errors from my site and speed up stuff now. If there is anything I can do to help, please send a message anytime.
Thread Starter
a4jp
(@a4jpcom)
On line 65 of the weather-map-widget/classes/class-ventus-widget.php file, please just add the title code there.
Current code:
echo '<iframe style="box-sizing: border-box;';
New code:
echo '<iframe title="gr" style="box-sizing: border-box;';
This fixes the Google Lighthouse warning for accessibility.
Thank you a4jp, I absolutely will add that to the next update which is coming shortly (time constraints mean I haven’t gotten around to it yet).
Thanks again for your input, I really appreciate it.