Open gadget00 opened 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?
In case anybody else experiences this issue, I just edited the JS by adding borderRadius: '20px' to the copiedStyles object on line 270
borderRadius: '20px'
copiedStyles
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?