slider - jssor width and height in percentages -


Slide and caption and all elemetns in the jssor slider get malfunction in pixels As a result, the sliders look stricter on a larger resolution screen. How can I mention the heights and widows of jssor sliders in percentages?

You can use $ scale width) The method to scale the slider to any size .

  & lt; Script & gt; // Scale jssor slider to the original container of 70% width jssor_slider1. $ Scale Width (parentWidth * 0.7); & Lt; / Script & gt;    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -