pixelcog / parallax.js

Simple parallax scrolling effect inspired by Spotify.com implemented as a jQuery plugin
MIT License
3.53k stars 838 forks source link

add alt to images for seo google #234

Closed armandoaepp closed 2 years ago

armandoaepp commented 6 years ago

Add attribute for images seo google.

line 152 // alt images for seo if (this.imageAlt) this.$slider[0].alt = this.imageAlt;

Example

Backroung parallax 1

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quos ullam maiores nemo nobis illum incidunt beatae blanditiis dolores. !

souldanger commented 5 years ago

Hola Armando any chance of implementing this to current paralax.js? Muchissimas Gracias!

wstoettinger commented 2 years ago

If you provide a pull request with just this change and without all the other committed files (images, examples, gulp), i can merge it. thanks

ivOMarkov commented 11 months ago

Hello,

I badly need to add ALT tag to the image but for version 2 Alpha.

Please help if this version allows it.

Thanks in advance.