-
Notifications
You must be signed in to change notification settings - Fork 25
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
lazy loaded images aren't pulled in #12
Comments
@trebsirk I'm going to guess that wired.com is blocking links to the images on their site from another url. You should be able to check this by going to the chrome network tab when you open up the breadability generated page and see what the network tab says the response was for that image call out. |
@trebsirk reading you thing again, make sure to check out the latest version as some code was updated to help better grab images along with the content in the result. That's version 0.1.13 |
@trebsirk what is the url you originally tried to make readable? |
@trebsirk ah ok, so right. That is this bug. The real url of the image is in the attribute data-lazy-src and breadability needs to update the image tag to set the normal src= to whatever data-lazy-src equals. |
See http://www.wired.com/wiredenterprise/2012/10/ff-inside-google-data-center/all/
The images are loaded as required. You can check for the lazy-data for the real url and pull that into play as the adjusted src attribute.
The text was updated successfully, but these errors were encountered: