-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$(...).lazylaod
is not a function
#41
Labels
Comments
感谢,第一次看到这么清晰的描述 这个问题估计是我这边代码的问题,尽快解决 |
知道真相的我眼泪掉下来…… |
我也有锅,标题这么大我完全没看。 第一次看到这么清晰的描述结果是这个问题,可以载入史册了.. |
刚刚测试了一下发现了新的问题 我的图片使用 注意到那个图片闪了一下然后消失了 消失后该元素在chrome里的代码为 <img class="lazy" data-src="http://192.168.28.193:3000/RA-CNN/Figure%202.jpg" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC"> 在我能够及时按下Esc阻止图片消失的场合下,代码是这样 <img src="/RA-CNN/Figure%202.jpg"> 不知道是哪里存在的问题 为什么issue没有reopen?reopen在哪里放着呢? |
如果不用 lazyload 有没有问题?我没用过这种引用方式 |
不使用lazyload的话不会出现这种情况,图片可以正常加载 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
主题用的commit a226d89,没有任何魔改,win10和ubuntu 18.04下测试都是如此,nodejs 10.9,chrome 68
全局开启lazyload之后,当
hexo s
时在console里输出换成截图大概是这个样子
然后各种图片就统统显示不出来了
npm ls --depth=0
的部分输出pdf倒是都很正常,也就装了这么一个多余的东西
还需要其他什么debug信息嘛?
The text was updated successfully, but these errors were encountered: