How to create a responsive horizontal image scroller
In the website
https://jsfiddle.net/rszqqx9w/3/ the bottom horizontal scroller is not responsive. I have been playing around with this for ages and can't get anything to work. I am trying to resize the images and the containers as the page is resized. Keeping the images in proportion to their current size (300px x 200 px).
The moment I make the containers have a height of 100% the images blow out of size and I can't set their size because then the won't resize. Any ideas?