4 lines
215 B
Plaintext
4 lines
215 B
Plaintext
<%= tag.video controls: true, class: "attachment attachment--video", width: remote_video.width, height: remote_video.height do %>
|
|
<%= tag.source src: remote_video.url, type: remote_video.content_type %>
|
|
<% end %>
|