From 3e42ce191ed9a72ed8aa69ee7819a20bb4d23048 Mon Sep 17 00:00:00 2001
From: FChannel <=>
Date: Tue, 2 Feb 2021 23:28:35 -0800
Subject: added rules.html and faq.html change to fit your own instance specs.

---
 static/posts.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'static/posts.html')

diff --git a/static/posts.html b/static/posts.html
index 086c5b5..6bdc7b5 100644
--- a/static/posts.html
+++ b/static/posts.html
@@ -105,7 +105,7 @@
             if(getMIMEType({{ (index .Attachment 0).MediaType }}) == "audio"){
                 var audio = document.createElement("audio")
                 audio.controls = 'controls'
-                audio.preload  = 'metadata'              
+                audio.preload  = 'none'              
                 audio.src      = '{{ (index .Attachment 0).Href }}'
                 audio.type     = '{{ (index .Attachment 0).MediaType }}'              
                 audio.style = "float: left; margin-right: 10px; margin-bottom: 10px; width: 250px;"
@@ -116,7 +116,7 @@
             if(getMIMEType({{ (index .Attachment 0).MediaType }}) == "video"){
                 var video = document.createElement("video")
                 video.controls = 'controls'
-                video.preload  = 'metadata'                                        
+                video.preload  = 'none'                                        
                 video.muted    = 'muted'              
                 video.src      = '{{ (index .Attachment 0).Href }}'
                 video.type     = '{{ (index .Attachment 0).MediaType }}'              
-- 
cgit v1.2.3