Dear Syed,
I am struggling with the same issue. Using ImageWidth and ImageHeight in the Single Listing setting does not seem to work. I tried all kinds of combinations, with absolute sizes as well as ratios. (Ratios: Does it mean that 100 = 100%?)
My images are rather small, e.g., 400×300 pixels. I want them to show up in their original size.
What works for is is:
body.atbd_content_active #directorist.atbd_wrapper .plasmaSlider__bgImg, body.atbd_content_active #directorist.atbd_wrapper .plasmaSlider__bgImgBlur {
width: max-content;
height: max-content;
}
But like mentioned in the previous comment, this only changes the image size, not the content box.
Best,
Jochen