- <% if (videoExtensions.includes(extension(file.path))) { %>
-
-
Optimizing Video for Sharing...
-
-
-
-
-
- <% if(user.username == "admin" && file.username != "admin") { %>
-
<%= file.username %>
-
- <% } %>
-
Copy as GIFv
-
-
- <% } else if (extension(file.path) == ".gif") { %>
-
-

-
- <% if(user.username == "admin" && file.username != "admin") { %>
-
<%= file.username %>
-
- <% } %>
-
Copy as GIFv
-
-
- <% } else if (imageExtensions.includes(extension(file.path))) { %>
-
-

- <% if(user.username == "admin" && file.username != "admin") { %>
-
- <%= file.username %>
-
- <% } %>
-
- <% } else {%>
-
-
- <% } %>
-
-
-
-
-