thanks for the support
by changing the parameters indicated you still do not get a well-proportioned image.
however I understood that the only solution to the problem is for you to write the entire add-on again because the width (and height) is changed "in steps" based on the height values which, if not set, inherit the standard ones of the component (eg data-height-xl="699" data-height-lg="500" data-height-md="500" data-height-sm="400" data-height-xs="301").
look at this:
https://www.scandella.net/public/inspection.png
and this (browser window shrunken):
https://www.scandella.net/public/inspection_2.png
since these CSS parameters (data-height-xl data-height-lg data-height-md data-height-sm data-height-xs) are specific to each single object, it is difficult to be able to change them with custom CSS (or you have to edit all the articles individually, and if there are a lot of them it becomes a significant problem):
do you have a solution to use custom values in the CSS of data-height-xl data-height-lg data-height-md data-height-sm data-height-xs ???
As I have already written other times, what I can't understand is how the "Carousel" add-on is perfect and adapts to any screen width, while "image carousel" has all these problems... ultimately it's just a matter of shrinking the image while maintaining the correct proportions!!!