Welcome to the in5 Answer Exchange! This a place to get answers about in5 (InDesign to HTML5) and make requests.
0 votes
Is it possible to make the horizontal slider responsive, because the demo in our testing doesn't appear to be?

Also, is it possible to use deep linking with the slider?

Cheers,

Leigh :)
in how_to by (150 points)
  

1 Answer

0 votes
 
Best answer

Update: v3.6 will make possible to have a slider that scales, and also changes layouts responsively:
https://www.youtube.com/watch?v=JGLpLulJrNI


Update: Use Desktop Scaling as described in this article:
https://ajarproductions.com/in5course/?lesson=flexlayouts


The Slider will resize to different page dimensions, but not to the size of the browser window (except on mobile using the Viewport Zoom setting, which is now automatically set in version 2.1.0).

Deep-linking is possible by adding some JavaScript (using the Resources section of the in5 dialog). See:

If you use the variable sliderSettings in your .js file, the modified settings will automatically be used when the Slider is initialized, e.g.:

sliderSettings = { hashTags:true };

by (197k points)
edited by