iframe bug
-
Hi,
BJ Lazy Load has a bug for iframes. You detect them with
<iframe\s+.*?>
But it should be
<iframe\s+.*?>.*</iframe>
Otherwise </iframe> is left outside <noscript>, so the HTML is not valid.
All the best,
Lucian
- The topic ‘iframe bug’ is closed to new replies.