<% if (m.error_mobile) { %>
{{m.error_mobile|e}}
<% } %>
<% if (m.rollover_image_id) { %>
You can't have both a rollover image and a mobile image; to set a mobile image please remove the rollover image.
<% } else { %>
{{zenarioT.microTemplate('zenario_slide_radio_options', m.mobile_behaviour_values)}}
<% if (m.mobile_image_id) { %>
{{m.m_width|e}} × {{m.m_height|e}}
<% } else { %>

<% } %>
<% if (m.mobile_behaviour == 'same_image_different_size' && m.mobileDimensions) { %>
Mobile image canvas constrained to {{m.mobileDimensions|e}} in slideshow settings.
<% } else if (m.mobile_behaviour == 'different_image' && m.mobileDimensions) { %>
Mobile image canvas constrained to {{m.mobileDimensions|e}} high in slideshow settings (recommended size).
<% } else if (m.mobile_behaviour == 'same_image' && m.dimensions) { %>
Desktop image canvas constrained to {{m.dimensions|e}} high in slideshow settings (recommended size).
<% } %>
<% if (m.mobile_behaviour == 'different_image') { %>
Mobile Image:
<% if (m.mobile_image_id) { %>
<% } %>
<% } %>
<% } %>