I’m using a simple JavaScript. I change the container’s height and width. I think I need to fix the JavaScript, because it is working on the container which as height set in px, but I have set the height as %. The problem is appearing when you resize (you can’t see full img or there is too much space) on bottom of the container.
If you resize the browser you will see that the scrollbar height is not re-computed and therefore no good for responsive sites.
The documentation only mentions fixed heights so I don’t believe percentages are supported. The script would need to hook into the resize event and recompute the height of the scrollbars/content every time the window is resized.