Item Sizing

@gilkesollie , you don’t say on what basis you want to scale, but let’s assume it’s based on viewport width. In that case, you could define both the height and width of your container using the same vw measurement. For example, you’d set both the height and the width to 50vw.