@playgraph - How do you handle when people change the orientation of the device? my solution for calculating the height based on the screen width works fine with a fixed orientation but for example with an ipad if the user rotates it then the images are all the wrong height and overlap each other a bit.
If I refresh somehow then all is good again (easy in a browser, not so much in an app). Is it possible to “watch” the screen width and then update the scoped variable that is being used for height? would collection repeat behave or would the view have to be refreshed to make collection-repeat run again with the new height?
Just when you think you’ve got it someone goes and turns their ipad sideways…