thenikso / angular-flexslider

AngularJS directive to use Woothemes' FlexSlider jQuery plugin.
MIT License
189 stars 100 forks source link

Can you support transparent PNG file? #83

Open harryhow opened 8 years ago

harryhow commented 8 years ago

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

khalidHussain commented 7 years ago

@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