Home › Forums › Ample Construction Pro › Homepage slider not responsive › Reply To: Homepage slider not responsive
April 27, 2021 at 3:01 am
#6968
Keymaster
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
/* For landscape layouts only */
.single-slide .img-responsive img{
height:430px;
max-height:100%;
object-fit:cover:
}
button-slider.radius.animated.fadeInUp.fadeInDown {
margin-top: 30px;
}
}