cms-niceties/templates/A2nt/CMSNiceties/Widgets/BannerWidget.ss

9 lines
290 B
Scheme
Raw Normal View History

2021-06-19 21:30:03 +02:00
<img src="$Image.FocusFill(432,315).URL" alt="$Title" />
2023-10-31 01:06:10 +01:00
<% if $Linked %>
<% with $Linked %>
<a href="$LinkURL"<% if $OpenInNewWindow %> target="_blank"<% end_if %> class="stretched-link">
<span class="visually-hidden">$Title</span>
2021-06-19 21:30:03 +02:00
</a>
<% end_with %>
<% end_if %>