function showcasePositionImage( img, containerWidth, containerHeight, fill, autoHeight ) { var w = img.width; var h = img.height; var ratio = w/h; autoHeight = autoHeight || false; var imgW = 0; var imgH = 0; if( autoHeight || ratio >= 1 ) { // horizontal imgW = fill? containerWidth : Math.min( containerWidth, w ); //img.style.width = imgW + "px"; //img.style.height = "auto"; imgH = Math.floor( imgW / ratio ); } else { // vertical imgH = fill? containerHeight : Math.min( containerHeight, h ); //img.style.height = imgH + "px"; //img.style.width = "auto"; imgW = Math.floor( imgH * ratio ); } if( fill ) { if( autoHeight || imgW < containerWidth ) { imgW = containerWidth; imgH = Math.floor( imgW / ratio ); } if( imgH < containerHeight ) { imgH = containerHeight; imgW = Math.floor( imgH * ratio ); } } img.style.width = imgW + "px"; img.style.height = imgH + "px"; img.style.maxWidth = imgW + "px"; // counter-act some WP themes img.style.visibility = "visible"; // center it img.style.left = Math.floor( ( containerWidth - imgW ) / 2 ) + "px"; if( autoHeight ) { img.style.top = "0"; } else { img.style.top = Math.floor( ( containerHeight - imgH ) / 2 ) + "px"; } // special case for ddf if( img.closest('.region-DDF') ) { img.style.left = '0px'; img.style.top = '0px'; } } function showcaseAutoImage( img, margin, borderWidth, fill, autoHeight ) { if( img.parentNode.offsetWidth == 0 ) { setTimeout( function() { // f** IE showcaseAutoImage( img, margin, borderWidth, fill, autoHeight ); }, 100 ); return; } if( img.src && img.src.indexOf( "/progress" ) != -1 ) { return; } /* if( !img.width || !img.height ) { return; } */ /* // bill: in FF, the original "img" appears to have incorrect non-zero width // even though the image is not loaded var tempImage = new Image(); tempImage.src = img.src; if( tempImage.width == 0 || tempImage.height == 0 ) { if(img.onload ) { // already hooked up, no go? return; } img.onload = function() { showcaseAutoImage( this, margin, borderWidth, fill, autoHeight ); }; return; } */ img.style.margin = "0"; img.style.position = "absolute"; img.style.display = "block"; img.style.visibility = "visible"; var b = isNaN( borderWidth ) ? 1 : borderWidth; var inner = img.parentNode; var outer = img.parentNode.parentNode; var outerW = outer.offsetWidth; var outerH = outer.offsetHeight; var containerWidth = outerW - margin*2 - b*2; var containerHeight = outerH - margin*2 - b*2; inner.style.width = containerWidth + "px"; if( !autoHeight ) { inner.style.height = containerHeight + "px"; } inner.style.position = "absolute"; inner.style.left = margin + "px"; inner.style.top = margin + "px"; inner.style.overflow = "hidden"; // special case for ddf if( img.closest('.region-DDF') ) { img.style.left = '0px'; img.style.top = '0px'; } //inner.style.backgroundColor = "yellow"; if( outer.style.position != "absolute" ) { outer.style.position = "relative"; } if( img.src && img.src.indexOf( "/nophoto" ) != -1 ) { //img.onclick = null; //img.style.cursor = "default"; fill = false; } var progressElem = img.parentNode.querySelectorAll( ".progress" )[0]; if( progressElem ) { progressElem.parentNode.removeNode( progressElem ); } showcasePositionImage( img, containerWidth, containerHeight, fill, autoHeight ); if( autoHeight ) { var imgH = parseInt( img.style.height ); inner.style.height = imgH + "px"; outer.style.height = imgH + (margin*2) + "px"; } } var mrp_slideroll_images_69454 = []; var item = {}; item["img"] = new Image(); item["img"].src = "https://iss-cdn.myrealpage.com/RLO4rH6DXoPKejbUfNwqS8UXJZ5ldLejkOG1S_BQegk/rs:auto:320:0:0/g:sm/aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vbXJwLWxpc3RpbmdzLzUvMS8xLzEwMjkyNDExNS84NGY2ODcxYjhiYmY2NzBkYzE1YTQwOTY1YmU5ZDUyMy5qcGVn"; item["url"] = "recip-102924115.property"; item["desc"] = "$1,099,900 : 551 Roseheath Drive Milton"; item["banner"] = "//res.myrealpage.com/wps/img/pixel.gif"; item["recipLogo"] = ""; item["attribution"] = "Listed by IPRO REALTY LTD."; mrp_slideroll_images_69454.push( item ); item["current"] = true; var item = {}; item["img"] = new Image(); item["img"].src = "https://iss-cdn.myrealpage.com/S3XZdFoxjhwYtuZY2m3mkLAB1JbREnLngiqoggIRQRE/rs:auto:320:0:0/g:sm/aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vbXJwLWxpc3RpbmdzLzgvMC82LzEwMjU3NTYwOC81NzU2MGI3NmU5MTk1OGNjNTY0NmViNTA1MGY3YThlNi5qcGVn"; item["url"] = "recip-102575608.property"; item["desc"] = "$949,900 : 358 Woodlawn Crescent Milton"; item["banner"] = "//res.myrealpage.com/wps/img/pixel.gif"; item["recipLogo"] = ""; item["attribution"] = "Listed by HOMELIFE FRONTIER REALTY INC."; mrp_slideroll_images_69454.push( item ); var item = {}; item["img"] = new Image(); item["img"].src = "https://iss-cdn.myrealpage.com/VinjSQtANlzV1SR5IIx8phDrxXUUN_3eJ3Aqj6i8XJ0/rs:auto:320:0:0/g:sm/aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vbXJwLWxpc3RpbmdzLzIvNy80LzEwMjk3ODQ3Mi9kNDdmMTc5NjhiYzk2YTBhYWYzNWE1ZTQwMzRhODQ1NS5qcGVn"; item["url"] = "recip-102978472.property"; item["desc"] = "$898,800 : 466 Woodlawn Crescent Milton"; item["banner"] = "//res.myrealpage.com/wps/img/pixel.gif"; item["recipLogo"] = ""; item["attribution"] = "Listed by REVEL REALTY INC."; mrp_slideroll_images_69454.push( item ); var item = {}; item["img"] = new Image(); item["img"].src = "https://iss-cdn.myrealpage.com/84MiLGbffH3Ydczv3KwwslOosSKOhAkheB5UcYS0NXA/rs:auto:320:0:0/g:sm/aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vbXJwLWxpc3RpbmdzLzcvOC80LzEwMzExNDQ4Ny85MDY2Njk3OWNkOTdiNzRlZWU0MGM0MDM4ZjE1MDE2My5qcGVn"; item["url"] = "recip-103114487.property"; item["desc"] = "$3,500 : 551 Roseheath Drive Milton"; item["banner"] = "//res.myrealpage.com/wps/rest/36144/l/showcase/103114487/img/ribbon/new-banner"; item["recipLogo"] = ""; item["attribution"] = "Listed by IPRO REALTY LTD."; mrp_slideroll_images_69454.push( item ); var item = {}; item["img"] = new Image(); item["img"].src = "https://iss-cdn.myrealpage.com/tpT4f8xOXkI-hbNDYsovl5RU0gLhs0svedCoFpBjqJY/rs:auto:320:0:0/g:sm/aHR0cDovL3MzLmFtYXpvbmF3cy5jb20vbXJwLWxpc3RpbmdzLzcvMi8yLzEwMzEyMjIyNy8xYjI4N2YxYjU3ZjQwNWVhYTJlNDgxZjBmNjdlMjY0NC5qcGVn"; item["url"] = "recip-103122227.property"; item["desc"] = "$1,925 : Lower 4 Laurier Avenue Milton"; item["banner"] = "//res.myrealpage.com/wps/rest/36144/l/showcase/103122227/img/ribbon/new-banner"; item["recipLogo"] = ""; item["attribution"] = "Listed by HOMELIFE/RESPONSE REALTY INC."; mrp_slideroll_images_69454.push( item ); document.write( "" + "" ); document.write( "\n
\n\t\n\t
\n\t\t\n\t\t\t