Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alt tag for .backstretch in joomla template version 3.4 #430

Open
erankal opened this issue Nov 30, 2015 · 0 comments
Open

alt tag for .backstretch in joomla template version 3.4 #430

erankal opened this issue Nov 30, 2015 · 0 comments

Comments

@erankal
Copy link

erankal commented Nov 30, 2015

hello i have a website that build with joomla.
and its use the backstrech plugin as a defult for the template
i want to add the tag alt for the images but i dont know how to do that ?
i add some scripts from the index.php file where is the backstrech loaded.

     $('#bg').backstretch([
  "<?php echo $this->baseurl; ?>/images/zelcer/bg/img1.jpg "
, "<?php echo $this->baseurl; ?>/images/zelcer/bg/img2.jpg "
, "<?php echo $this->baseurl; ?>/images/zelcer/bg/img3.jpg "
, "<?php echo $this->baseurl; ?>/images/zelcer/bg/img4.jpg "

], {duration: 6000, fade: 750});
});

thanks Eran,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant