Billiemore Posted August 21, 2016 Share Posted August 21, 2016 please, how do i add a slide show in header background. thanks in advance Link to comment Share on other sites More sharing options...
vekia Posted August 21, 2016 Share Posted August 21, 2016 hello im not sure what feature you looking for, is there somewhere over the internet some example of feature that you want to include to your website? 1 Link to comment Share on other sites More sharing options...
Billiemore Posted August 21, 2016 Author Share Posted August 21, 2016 please check this site; http://hotel.egobekeecancerfoundation.org i want to change the background header image into a slider (i mean sliding images instead of the present picture). thank you @ Ambasador please check this site; http://hotel.egobekeecancerfoundation.org i want to change the background header image into a slider (i mean sliding images instead of the present picture). thank you @ Ambasador Link to comment Share on other sites More sharing options...
vekia Posted August 21, 2016 Share Posted August 21, 2016 so you want to create something that will slide images in background? if so plugin named backstretch can be a solution download free html box module install it in your shop on module configuration page select "header" section to the edior paste code: <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-backstretch/2.0.4/jquery.backstretch.min.js"></script> <script>$(document).ready(function(){ $("#header").backstretch([ "http://dl.dropbox.com/u/515046/www/outside.jpg" , "http://dl.dropbox.com/u/515046/www/garfield-interior.jpg" , "http://dl.dropbox.com/u/515046/www/cheers.jpg" ], {duration: 3000, fade: 750}); });</script> after save you will have a slider in background with images defined in backstretch([arary]) Link to comment Share on other sites More sharing options...
Folthor Posted July 19, 2021 Share Posted July 19, 2021 How to do it in 2021? Unfortunately, this code does not work Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now