The code for carousel vertical is in templates\listingslider.php file.
Images are resized using resize rule: listing_full_slider.
To remove the resize rule for images must edit templates\listingslider.php and replace above resize rules with full.
Next must add below css in Theme options – Design – Custom CSS :
#carousel-listing {
height: 500px!important;
}
.slick-track {
width: 825px!important;
height: 500px!important;
}
.slick-list {
height: 500px!important;
}
.row_slider .col-md-9 {
height: 600px;
}
#carousel-listing-nav {
height: 81px;
}
.slick-initialized .slick-slide img {
height: 100%;
width: auto;
margin: 0px auto;
}
#carousel-listing-nav img {
height: 78px;
}
Lightbox css for Images not cropped, including Safari browser support
@media (max-width: 800px) {
.ligtbox_no_crop .lightbox_property_slider img{
height: 100%!important;
}
.ligtbox_no_crop .lightbox_property_slider .owl-item {
height: 292px;
}
.ligtbox_no_crop .owl-carousel .owl-item .item{
height: 292px;
}
}