darickc / MMM-BackgroundSlideshow

MIT License
143 stars 80 forks source link

gradientDirection 'both' dont work #25

Open surger13 opened 5 years ago

surger13 commented 5 years ago

Hello, the parameter "gradientDirection" only "horizontal" or "vertical" works. If it is set to "both", the gradient is horizontal again. The Parameter "horizontalGradient" does not change anything.

MajorC1983 commented 3 years ago

OLD: this.createGradientDiv('right', this.config.gradient, wrapper); WORKING: this.createGradientDiv('right', this.config.horizontalGradient, wrapper);