Backstretch Selector

bt012ss

Registered
Hi, is it possible for the future to get more locations to use the backstretch function?
I f i use it for the Welcome Notice than i can´t use it anywhere else in the forum.
The reason is also clear :)

Thanks ;)
 
I like this idea... I've implemented something kind of simple yet will require a bit of coding.

backstretch.png


the "Extra Backstretch Call", you can add a new custom backstretch call which will be loaded in additional to the backstretch setup above.

Examples being...
Code:
$(".navTabs").backstretch("@imagePath/xenforo/sources/navbg.png");

Code:
$("#logoBlock").backstretch([
    "@imagePath/xenforo/sources/logobg1.png",
    "@imagePath/xenforo/sources/logobg2.png",
    "@imagePath/xenforo/sources/logobg3.png"   
  ], {duration: 4000});
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back