torch2424 / link-drops

A collection of your links that you find across the internet, made with the help of @julianpoy
http://linkdrops.com/#/
Apache License 2.0
2 stars 1 forks source link

Fixed the bug of iframes and views not loading as they come into view #59

Closed torch2424 closed 9 years ago

torch2424 commented 9 years ago

closes #58

Very simple fix, all I had to do, was add the inview container to the container in the index.html. For some reason the plugin doesn't like fixed position containers, but this makes it all better :)

julianpoy commented 9 years ago

Ok. Looks fine.