Beautiful two-story house with garage, laundry and closet. Open concept kitchen, large suite, fully furnished. Home so close to Disney that you can watch the fireworks shows from your balcony. The condominium still has a swimming pool and playground and the neighborhood has a shopping area and excellent schools.
FOTOS
div > .uk-panel', row:true}" data-uk-grid-margin >
(function($){
// get the images of the gallery and replace it by a canvas of the same size to fix the problem with overlapping images on load.
$('img[width][height]:not(.uk-overlay-panel)', $('#wk-grid6a5')).each(function() {
var $img = $(this);
if (this.width == 'auto' || this.height == 'auto' || !$img.is(':visible')) {
return;
}
var $canvas = $('').attr({width:$img.attr('width'), height:$img.attr('height')}),
img = new Image,
release = function() {
$canvas.remove();
$img.css('display', '');
release = function(){};
};
$img.css('display', 'none').after($canvas);
$(img).on('load', function(){ release(); });
setTimeout(function(){ release(); }, 1000);
img.src = this.src;
});
})(jQuery);