thenikso / angular-inview

AngularJS directive to check if a DOM element is in the browser viewport.
http://thenikso.github.io/angular-inview/
MIT License
480 stars 112 forks source link

in-view-container using windows height #81

Open ScottSpittle opened 8 years ago

ScottSpittle commented 8 years ago

When using in-view-container to limit the number of inview items to 7 horizontally on a 1080p screen, inview seems to think that all elements in the window height are visible instead of just the 7 in the 265px height element

thenikso commented 8 years ago

a code example would be useful to debug the issue