Contact us

Send us a message, we'd love to hear from you!

Please contact us and we will be more than happy to assist you with your enquiry.





    Address:
    32 Francis Street, Leicester, LE2 2BD
    Get Directions

    Phone
    0116 4824 044

    Email
    info@zavsons.com

    Compare listings

    Compare
    Search
    Price Range From To
    jQuery(document).ready(function($) { function fixHouzezListingImages() { $('.houzez-listing-carousel').each(function() { var carousel = $(this); if (carousel.hasClass('slick-initialized')) { carousel.slick('setPosition'); } carousel.find('img').css({ 'width': '100%', 'height': 'auto' }); }); } // Initial load fixHouzezListingImages(); // After page/images have loaded $(window).on('load', function() { fixHouzezListingImages(); }); // After resizing $(window).on('resize', function() { fixHouzezListingImages(); }); });