Quote from
luishp on October 12, 2021, 11:55 am
@neal-stone to get the original image size, just delete the width and height properties value (no value at all). If you want to resize the image with the original aspect ratio just define only one property (width or height) and let the other one empty as it will be calculated automaticaly. Of course you can also use variables, percentages and any CSS valid units.
Let me know if you have any doubts.
Regards.
@neal-stone to get the original image size, just delete the width and height properties value (no value at all). If you want to resize the image with the original aspect ratio just define only one property (width or height) and let the other one empty as it will be calculated automaticaly. Of course you can also use variables, percentages and any CSS valid units.
Let me know if you have any doubts.
Regards.