silverstripe-iframe/templates/Layout/IFramePage.ss
2012-06-01 17:21:05 +12:00

12 lines
326 B
Scheme

<div class="typography">
<h2>$Title</h2>
$Content
<% if DynamicHeight %>
<iframe src="$IFrameUrl" class="iframeautosize" style="width: 100%;">$AlternateContent</iframe>
<% else %>
<iframe src="$IFrameUrl" style="width: 100%; height: {$FixedHeight}px;">$AlternateContent</iframe>
<% end_if %>
$BottomContent
</div>