llaske / ExerciserReact

React code of Exerciser Activity. GSoC 2018
Apache License 2.0
15 stars 49 forks source link

Display picture overflowing in exercise card #120

Closed gitkaarma closed 2 years ago

gitkaarma commented 2 years ago

The display picture of exercises are overflowing.

image

image

Could be improved by using CSS properties such as object-fit. Proposed Changes: -

image

image

llaske commented 2 years ago

Why not? Let's try.

llaske commented 2 years ago

Fixed in https://github.com/llaske/ExerciserReact/pull/135