<%= ctx.makeFileSize(ctx.post.fileSize) %> <%- { 'image/gif': 'GIF', 'image/jpeg': 'JPEG', 'image/png': 'PNG', 'image/webp': 'WEBP', 'image/bmp': 'BMP', '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: <% for (let i = 0; i < ctx.post.sourceSplit.length; i++) { %> <% if (i != 0) { %>·<% } %> <%- ctx.extractRootDomain(ctx.post.sourceSplit[i]) %> <% } %> <% } %> Search on IQDB · Danbooru · Google Images