HTML5 Parallax Slider Support Product Page

Not planned

Make it responsive

Shared 16 Nov 2013 15:44:16
8
like this idea
16 Nov 2013 15:44:16 Danny Dominguez posted:
Please consider this extension to be responsive on your next update. In my opinion it should have been added before it was release. Also, how about adding additional effects to the slide. Example, dropping from top, popping from the bottom...

Replies

Replied 18 Nov 2013 10:12:59
18 Nov 2013 10:12:59 Teodor Kuduschiev replied:
Hello Danny,

Thank you for sharing your idea with us. We will discuss it with our developers.
Replied 28 Jan 2014 20:22:06
28 Jan 2014 20:22:06 David Slentz replied:
I would love to see this become responsive. Can I be notified if that actually happens?
In the meantime is it perhaps possible to have it "disappear" when viewed on smaller devices where this is a problem? If so, how would it be coded?
Replied 29 Jan 2014 07:58:04
29 Jan 2014 07:58:04 Teodor Kuduschiev replied:
Hi David,
Of course you will be notified as soon as this is integrated into the extension.
You can hide the slider on smaller devices by using media queries. For example, if you do not want to see the slider on a device that has a screen up to 768px:

@media(max-width:767px){
   #sliderID {
      display:none;
   }
}

Replied 02 Apr 2014 09:41:54
02 Apr 2014 09:41:54 Nikolaos Beligiannis replied:
you should add this too so navigation is hidden
.dmxParallaxSliderNav{display:none;}

Reply to this topic