In this video , we will load items in infinite scrolls. When user scrolls to the bottom , we will request movie api for new movies and we will show the movies on the page.
For api : http://www.omdbapi.com/
For scrollHeight ,scrollTop ,clientHeight : https://stackoverflow.com/a/33189270