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
Any suggestions on how I can achieve this guys?
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?
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..
Maybe some tweaking with z-index and overflow:hidden will do the trick..
I will have a play with that..
I will have a play with that..
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.