-
Notifications
You must be signed in to change notification settings - Fork 22
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
Can not resolve the lazy load image [2] #48
Comments
This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days |
@Katarn can you share a webpage this problem happen. <img src="https://ik.imagekit.io/demo/img/image1.jpeg?tr=w-400,h-300" loading="lazy" />
<img src="https://ik.imagekit.io/demo/img/image2.jpeg?tr=w-400,h-300" />
<img src="https://ik.imagekit.io/demo/img/image3.jpg?tr=w-400,h-300" /> work fine for me. |
It’s strange, but I can’t reproduce it myself now. Looks like I made a mistake somewhere. I'm sorry. |
Please, try it: https://habr.com/ru/companies/tuturu/articles/781224/ <img src="https://habrastorage.org/r/w780q1/webt/js/gh/h2/jsghh2fhr6xz7zoolf2i2pwxl5u.jpeg"
data-src="https://habrastorage.org/webt/js/gh/h2/jsghh2fhr6xz7zoolf2i2pwxl5u.jpeg"
data-blurred="true"
/> |
This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days |
@Katarn sorry i missing this issue (maybe GitHub notification system not work prefecrt). can you reproduce that right now? currently i have something like this <img src="data:image/jpeg;base64,/contentofbase64" data-src="https://habrastorage.org/webt/js/gh/h2/jsghh2fhr6xz7zoolf2i2pwxl5u.jpeg" data-blurred="true"> how do you think it should be? |
@Monirzadeh I probably made a mistake by creating an issue in this project. The problem is visible when using Shiori. I saved this file using the SingleFile extension; there is no need to look at the source code of the page. |
so it is not problem of i will close this issue and if anybody disagree we can reopen that again. |
I apologize for remembering the details as I go along - a lot of time has passed. The fact is that I just build shiori from the |
don't worry , i test that with obelisk it self. |
Continuation of the bug from issue #2.
Most often, links to stubs are written in
src
. I think these lines are redundant:obelisk/process-html.go
Lines 366 to 368 in 23c015a
But I would not bypass all the attributes in a row, but read only the values from
data-src
anddata-original
. For example, Yandex search engine supports it:The text was updated successfully, but these errors were encountered: