Hi,

I think it would be a great feature to be able to adjust the background image opacity. Are you guys planning to do that? How difficult would be to implement this?

Thanks,
Gabor

Comments

JurriaanRoelofs’s picture

you can add it in the sweaver property configuration but it also requires sweaver to integrate more with the jQuery ui slider, you would want to use the step option on the slider to allow for 0.01 sliding precision instead of increments of 1, which means you can only choose opacities of 0 and 1.
Another point is getting an opacity filter in there to support IE8 and below, not sure how that would be implemented.