A tiny library for constructing Imgix URLs. Also available for ScalaJS.
libraryDependencies += "io.leonard" %%% "imgix-url" % "$version"
val builder = io.leonard.imgix.ImgixUrlBuilder("bucketname")
val url = builder.width(150).height(150).build("some-image.jpg")
There are many more parameters that can be added to an image URL. Just explore with your IDE.