You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
348 B
18 lines
348 B
2 years ago
|
/* Theme Name: Jobya - Responsive Landing Page Template
|
||
|
Author: Themesdesign
|
||
|
Version: 1.0.0
|
||
|
*/
|
||
|
|
||
|
|
||
|
(function ($) {
|
||
|
|
||
|
'use strict';
|
||
|
|
||
|
//owlCarousel
|
||
|
$("#owl-testi").owlCarousel({
|
||
|
autoPlay: 3000, //Set AutoPlay to 3 seconds
|
||
|
items: 2,
|
||
|
itemsDesktop: [1199, 2],
|
||
|
itemsDesktopSmall: [979, 2]
|
||
|
});
|
||
|
})(jQuery)
|