apply border-radius to images in slideshow

Permalink
As the title suggests,
I am trying to apply a css style to the images that get loaded from a file set in the slideshow block,
I am trying to achieve an auto radius to the images using
border-radius:20px

Any suggestions on how I can achieve this guys?

ConcreteOwl
 
VidalThemes replied on at Permalink Best Answer Reply
VidalThemes
Hi there,

It may be best to apply your border to the containing element the images are in as the slidshow block actually does not pass in the images in an img tag, it uses a css background on a div.
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
I did manage to apply a border-radius to the div as you suggest but the images still appear within the div without the radius applied..
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
Maybe some tweaking with z-index and overflow:hidden will do the trick..
I will have a play with that..