remy / inliner

Node utility to inline images, CSS and JavaScript for a web page - useful for mobile sites
MIT License
1.1k stars 165 forks source link

Not getting a large background image #2

Closed brianshumate closed 13 years ago

brianshumate commented 13 years ago

Hi, awesome idea and work here as usual.

I tried pointing it to this URL: http://drupaldate.com and it worked well, with the exception of not displaying the page's ~105k background image. Not sure why that is, but I wanted to let you know.

Thanks for all the great work you do!

remy commented 13 years ago

That's not a bug. If you check the source code of the drupaldate.com web site, you'll see the button-flowers.jpg is loaded using JavaScript.

So if you generated the inline version and served it from drupaldate.com - you'll see the background loading fine - since it's just being loaded once the page is ready.

brianshumate commented 13 years ago

PEBKAC! I am sorry for taking up your time with such a bogus report.