Love this plugin! Works fine now! Struggling with two things though.
I’m trying to add multiple background images for a ‘background slideshow’, but the code I put in the functions.php
add_streched_background ('https://image1');
doesn’t seem to overrule the background I selected in the ‘WordPress Appearance -> Background’ section.
And if I try the code (after changing the image URLs of course)
add_stretched_background( array('background' => array('https://image1', 'https://image2', 'https://image3') );
it gives an parse error: syntax error, unexpected ‘;’.
How to get this working?
Thanks!