You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A feature i think would be very useful for server side implementations would be to allow the usage of HTML5 data-* attributes to set the options directly in the HTML (without external or inline js), for instance:
<divid="sequence" data-key-navigation="1" data-auto-play-interval="500"><!-- additional code removed for brevity --></div>
Or
<divid="sequence" data-options='{"keyNavigation":1,"autoPlayInterval":500}'><!-- additional code removed for brevity --></div>
The text was updated successfully, but these errors were encountered:
A feature i think would be very useful for server side implementations would be to allow the usage of HTML5 data-* attributes to set the options directly in the HTML (without external or inline js), for instance:
Or
The text was updated successfully, but these errors were encountered: