Skip to content

Commit

Permalink
Seamless attribute is removed from spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugoku committed Jan 29, 2016
1 parent 02970fb commit f2176de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OnlineBooking.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private static function generateIframe($subdomain, $arrangementID)
}

$html = '<script>function resizeBookingIframe(obj){ obj.style.height=obj.contentWindow.document.body.scrollHeight+"px" }</script>';
$html .= '<iframe src="' . $url . '" style="width:100%;height:450px" frameborder=0 scrolling="auto" seamless onload="resizeBookingIframe(this)"></iframe>';
$html .= '<iframe src="' . $url . '" style="width:100%;height:450px" frameborder=0 scrolling="auto" onload="resizeBookingIframe(this)"></iframe>';
return $html;
}

Expand Down

0 comments on commit f2176de

Please sign in to comment.