carousel image

hello everyone,
i have a question with carousel widget… is it possible somehow not to change the size of the picture? i mean if the picture is small i don’t want it to become bigger. hope that my problem is clear…
https://snippet.webix.com/nhgc6cym you can see example

Hi! To achieve such behavior you just need to add some changes to your CSS rules:

.content {
    max-width:100%;
    max-height:100%;
}

Here is the result Code Snippet

thank you so much Nastassia you are very helpful! Спасибо