angular-flexslider icon indicating copy to clipboard operation
angular-flexslider copied to clipboard

Can you support transparent PNG file?

Open harryhow opened this issue 10 years ago • 1 comments

I loaded bunch of PNG files to be my slideshow content. However, it looks like flexslider can't recognize the alpha channel, so that I always have white background.

Is this by-design or any suggestion to use transparent EGG file?

Cheers, Harry

harryhow avatar Jan 13 '16 00:01 harryhow

@harryhow you can create same class name .flexslider { background: transparent !important; border: 4px solid transparent !important;} this should suffice your needs however felxslider doesnt support background right now i believe so

khalidHussain avatar Feb 15 '17 11:02 khalidHussain