We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if I could give it an alt attribute to pass accessibility testing.
The text was updated successfully, but these errors were encountered:
Hola. Necesito poner por temas de accesibilidad el alt a la img ¿Lo has podido solucionar?
Sorry, something went wrong.
You can easily add a static alt attribute to the parallax image.
Search the js file for this.$slider.addClass("parallax-slider").one(
this.$slider.addClass("parallax-slider").one(
An add the jquery to add an alt attribute. eg: this.$slider.addClass("parallax-slider").attr('alt', 'parallax image').one(
this.$slider.addClass("parallax-slider").attr('alt', 'parallax image').one(
The above example adds an alt attribute of "parallax image".
@DEQWeb agreed. would be nice to add it without editing the js file
No branches or pull requests
It would be nice if I could give it an alt attribute to pass accessibility testing.
The text was updated successfully, but these errors were encountered: