rewish / jquery-bgswitcher

Switch the background-image with using effect.
http://rewish.github.io/jquery-bgswitcher/
MIT License
194 stars 75 forks source link

The bgswitcher doesn't let me assign rounded borders to the div #33

Open gadget00 opened 7 years ago

gadget00 commented 7 years ago

hi all,

basically, the div that receives the images for the switching, can't have a css style of "border-radius". Somehow that can't be added to the div. What can I do for this?

nickpish commented 2 years ago

In case anybody else experiences this issue, I just edited the JS by adding borderRadius: '20px' to the copiedStyles object on line 270