cyberstammtisch-silverstripe/themes/monkee21/templates/Syntro/SilverStripeElementalBaseitems/Elements/BootstrapImageSectionElement.ss

12 lines
336 B
Scheme
Raw Normal View History

2023-01-03 22:38:16 +00:00
<div class="text-center">
<% if $ShowTitle %>
<h2>$Title</h2>
<% end_if %>
<% if Image %>
<img src="$Image.FitMax(2000,2000).URL" alt="$Title" class="w-100 m-auto rounded shadow img-fluid">
<% end_if %>
<% if Caption %>
<p class="text-muted pb-0 pt-3"><i>$Caption</i></p>
<% end_if %>
</div>