<%- unless content.essence.attachment.nil? -%> <%- unless options[:player_cover_image].blank? -%> <%- i_height = options[:player_cover_image].image_height.to_f -%> <%- i_width = options[:player_cover_image].image_width.to_f -%> <%- ratio = i_height / i_width -%> <%- width = (options[:player_cover_image_width] rescue 320) -%> <%- height = width * ratio -%> <%- else -%> <%- width = content.essence.width.blank? ? (options[:player_size].split('x')[0] rescue 320) : content.essence.width -%> <%- height = content.essence.height.blank? ? (options[:player_size].split('x')[1] rescue 20) : content.essence.height -%> <%- end -%>
To watch this video, you need the latest Flash-Player and active javascript in your browser.
<%- end -%>