' + ctx.makeFileSize(ctx.post.fileSize) + ' ' + { 'image/gif': 'GIF', 'image/jpeg': 'JPEG', 'image/png': 'PNG', 'image/webp': 'WEBP', 'image/bmp': 'BMP', 'image/avif': 'AVIF', 'image/heif': 'HEIF', 'image/heic': 'HEIC', 'video/webm': 'WEBM', 'video/mp4': 'MPEG-4', 'video/quicktime': 'MOV', '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, }) %>