I want slider images to have rounded corners. I have css in place that is rounding all four corners for all images on the site (img {border-radius: 7px;} ). In a previous support ticket, where only the top corners of the slider images were getting rounded, Shane pointed out that the actual images were taller than the slider specification of 300px and getting cropped by the slider function, so the rounded bottom corners weren't visible, and suggested adjusting the image sizes, which I've done. However, there's now a new issue: if 'Slider Image Size' is set to 'contain', when window size is narrowed, the images are less than 300px tall and the slider controls are visible (i.e. the controls are not 'responsive'); if 'Slider Image Size' is set to 'cover', the corners aren't rounded. My preference would be for the slider controls to be responsive, but if I have to settle for 'cover' and a fixed height for the slider, at least I'd like to have the corners rounded.
Using the CSS you suggested above, with Slider Image Size set to 'cover', all four corners get rounded, though not instantly - each slide image first displays with square corners and then an instant later the corners get rounded. That's a reasonable-enough solution for now - thanks.
It would be great if, at some point in the future, the slider controls were responsive when Slider Image Size is set to 'container' - perhaps you can suggest this to the developers?
I'm only opening this ticket again because I want to make sure this last comment of mine is seen:
It would be great if, at some point in the future, the slider controls were responsive when Slider Image Size is set to 'container' - perhaps you can suggest this to the developers?