Page MenuHomePhorge

_attachment.html.eex
No OneTemporary

Size
301 B
Referenced Files
None
Subscribers
None

_attachment.html.eex

<%= case @mediaType do %>
<% "audio" -> %>
<audio class="u-audio" src="<%= @url %>" controls="controls"></audio>
<% "video" -> %>
<video class="u-video" src="<%= @url %>" controls="controls"></video>
<% _ -> %>
<img class="u-photo" src="<%= @url %>" alt="<%= @name %>" title="<%= @name %>">
<% end %>

File Metadata

Mime Type
text/plain
Expires
Mon, Jun 29, 9:21 AM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1631999
Default Alt Text
_attachment.html.eex (301 B)

Event Timeline