Hi,
I have images with fixed size of 400x400px. I want to display them in a Blazor Carousel.
The width of the carousel should be equal to 90vw with 5vw margin on each side of the screen, if in portrait mode.
The height should be 90vh if in panorama mode and horizontally centered.
I came close, but don't get it working perfectly. I have to set limitations for the image, but that seem to conflict with the carousel settings.
Do you have advice how to handle this correct?
Best regards
Michael