' + 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 ? `${ctx.post.canvasWidth}x${ctx.post.canvasHeight}` : '?') + ')', name: 'target-post-content', value: ctx.name, }) %>