<%= ctx.makeFileSize(ctx.post.fileSize) %> <%- { 'image/gif': 'GIF', 'image/jpeg': 'JPEG', 'image/png': 'PNG', 'video/webm': 'WEBM', 'video/mp4': 'MPEG-4', 'application/x-shockwave-flash': 'SWF', }[ctx.post.mimeType] %> (<%- ctx.post.canvasWidth %>x<%- ctx.post.canvasHeight %>) <% if (ctx.post.flags.length) { %><% if (ctx.post.flags.includes('loop')) { %><% } %><% if (ctx.post.flags.includes('sound')) { %><% } %> <% } %>
<%= ctx.makeUserLink(ctx.post.user) %>, <%= ctx.makeRelativeTime(ctx.post.creationTime) %>
<% if (ctx.enableSafety) { %>
<%- ctx.post.safety[0].toUpperCase() + ctx.post.safety.slice(1) %>
<% } %>
Original zoom · fit width · height · both
<% if (ctx.post.source) { %>
Source: <%- ctx.post.prettyPrintSource() %>
<% } %>
<% if (ctx.post.relations.length) { %> <% } %>