0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-11 01:10:28 -05:00

🐛 Allow images to adjust to the shape size

https://tree.taiga.io/project/penpot/issue/3329
This commit is contained in:
Andrés Moya 2022-05-06 12:07:19 +02:00
parent 7e05b7e6d9
commit 9b8b6134c5

View file

@ -80,5 +80,6 @@
(when has-image?
[:image {:xlinkHref (get embed uri uri)
:preserveAspectRatio "none"
:width width
:height height}])]])])))))