File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 132132 <source >JSON for responsive option of the slider - HAVE TO BE IN JSON syntax (so with quotes)!</source >
133133 </trans-unit >
134134 <trans-unit id =" tt_content.tx_hhslider_responsive_part.description" xml : space =" preserve" >
135- <source >https://github .com/ganlanyuan/tiny-slider#user-content-responsive-options - For example: {"1024": { "items ": 2, "gutter ": 20 }}</source >
135+ <source >https://swiperjs .com/swiper-api#param-breakpoints - For example: {"1024": { "slidesPerView ": 2, "spaceBetween ": 20 }}</source >
136136 </trans-unit >
137137 <trans-unit id =" tt_content.tx_hhslider_sorting" xml : space =" preserve" >
138138 <source >Files sorting</source >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ if(window.NodeList && !NodeList.prototype.forEach){
44}
55
66// Initialize the Tiny Slider
7- // (https://github .com/ganlanyuan/tiny-slider )
7+ // (https://swiperjs .com/swiper-api )
88var sliderArray = { } ;
99document . addEventListener ( "DOMContentLoaded" , function ( e ) {
1010 let json = document . querySelectorAll ( ".hhSliderJson" ) ;
Original file line number Diff line number Diff line change 1414 'title ' => 'Hauer-Heinrich - Slider (swiper-slider) ' ,
1515 'description ' => 'Hauer-Heinrich - Image and Content Slider ' ,
1616 'category ' => 'fe ' ,
17- 'version ' => '1.0.0 ' ,
17+ 'version ' => '1.0.1 ' ,
1818 'state ' => 'stable ' ,
1919 'uploadfolder ' => false ,
2020 'clearcacheonload ' => false ,
You can’t perform that action at this time.
0 commit comments