@@ -194,6 +194,8 @@ jQuery(document).ready(function($){
// adaptiveHeight: true,
centerMode: true,
// centerPadding: '100px',
+ autoplay:true,
+ autoplaySpeed: 2000,
responsive: [
{
breakpoint: 810,
@@ -72,7 +72,9 @@
// height: 520px;
width: 100%;
object-fit: contain;
- height: fit-content;
+ height: fit-content;
+ // object-fit: cover;
+ // max-height: 200px;
@media(max-width: 1500px){
}