aboutsummaryrefslogtreecommitdiff
path: root/static/faq.html
diff options
context:
space:
mode:
authorFChannel <>2021-06-04 21:44:43 -0700
committerFChannel <>2021-06-04 21:44:43 -0700
commit84c008bc27510c63fb22d14c8559e05e12953418 (patch)
treee07de0ead1003e6871c89c3b55e02c01a3567580 /static/faq.html
parent8d9218e8cd7f18808bbd6b60e8a489cee967efb4 (diff)
added exif removal from jpeg, png images
Diffstat (limited to 'static/faq.html')
-rw-r--r--static/faq.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/faq.html b/static/faq.html
index 66c053d..4398466 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -20,7 +20,7 @@
<p>click on "No." next to a post to view its thread.</p>
<h4>Uploading files</h4>
- <p>max file size is 7MB. the supported file types are "image/gif","image/jpeg","image/png","image/svg+xml","image/webp","image/avif","image/apng","video/mp4","video/ogg","video/webm","audio/mpeg","audio/ogg","audio/wav", "audio/wave", "audio/x-wav". these were choosen based on browser support for embeding.</p>
+ <p>max file size is 7MB. the supported file types are "image/gif","image/jpeg","image/png","image/webp","image/apng","video/mp4","video/ogg","video/webm","audio/mpeg","audio/ogg","audio/wav","audio/wave","audio/x-wav". these were choosen based on browser support for embeding.</p>
<h4>JavaScript why?</h4>
<p>a version of the client with no javascript will be made eventually. current version requires it, because of basic functionality needed. no libraries or frameworks for javascript is used besides ECMAScript, just basic selection of DOM elements and modifying their styling. maybe someone would be willing to make a client that uses no javascript.</p>