mdgriffith / elm-ui

What if you never had to write CSS again?
https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/
BSD 3-Clause "New" or "Revised" License
1.35k stars 110 forks source link

Uncropped Element.image #274

Open pravdomil opened 3 years ago

pravdomil commented 3 years ago

I found no way ho to do uncropped Element.Image (object-fit: contain), there seems to be only object-fit: cover.

Related: https://github.com/mdgriffith/elm-ui/issues/62 https://github.com/mdgriffith/elm-ui/commit/fe2b14b87e0f15cf1ff28e29c9f7d93f0235fcc3

Expected behavior Have similar API as background has: image, uncropped, tiled, tiledX, tiledY.

Versions