<% 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) { %>
<% if (m.mobile_behaviour == 'different_image') { %>
{{m.m_filename|e}} [{{m.m_width|e}} × {{m.m_height|e}}px]
<% } else { %>
{{m.filename|e}} [{{m.width|e}} × {{m.height|e}}px]
<% } %>
<% } else { %>

<% } %>
<% if (m.mobile_behaviour == 'different_image') { %>
Mobile Image:
<% if (m.mobile_image_id) { %>
<% } %>
<% } %>
<% if (m.mobile_behaviour == 'same_image_different_size' || m.mobile_behaviour == 'different_image') { %>
Mobile canvas (changed in Slideshow properties):
<% if (m.mobile_canvas_setting == 'fixed_width_and_height' || m.mobile_canvas_setting == 'resize_and_crop') { %>
{{m.mobile_canvas_setting_nice_name|e}} [{{m.mobileDimensions|e}}].
<% } else if (m.mobile_canvas_setting == 'fixed_width') { %>
{{m.mobile_canvas_setting_nice_name|e}} [{{m.m_width|e}}px].
<% } else if (m.mobile_canvas_setting == 'fixed_height') { %>
{{m.mobile_canvas_setting_nice_name|e}} [{{m.m_height|e}}px].
<% } %>
<% } else if (m.mobile_behaviour == 'same_image') { %>
Desktop canvas (changed in Slideshow properties):
<% if (m.desktop_canvas_setting == 'fixed_width_and_height' || m.desktop_canvas_setting == 'resize_and_crop') { %>
{{m.desktop_canvas_setting_nice_name|e}} [{{m.dimensions|e}}].
<% } else if (m.desktop_canvas_setting == 'fixed_width') { %>
{{m.desktop_canvas_setting_nice_name|e}} [{{m.width|e}}px].
<% } else if (m.desktop_canvas_setting == 'fixed_height') { %>
{{m.desktop_canvas_setting_nice_name|e}} [{{m.height|e}}px].
<% } else { %>
Unlimited size.
<% } %>
<% } %>
<% } %>