Browse Source

Change image style to float, add tree tunnel gif

master
The Dod 1 month ago
parent
commit
4396995380

+ 2
- 2
static/media/img.json View File

@@ -6,8 +6,8 @@
6 6
     "lightning-tree.png": "a tree in front of a lightning and a stormy, cloudy dark blue sky",
7 7
     "thunderstorm.gif": "trees shaking rapidly in front of stormy cloudy sky with frequent lightnings and rapid, cyclic cloud movement (gif animation)",
8 8
     "marble-question-mark.png": "A huge marble question mark inside a hall with a skylight",
9
-    "steampunk-machine.png": "A complex and slightly bent steampunk brass machine with pipes and pressure gauges",
10 9
     "fire-4623.gif": "fireplace (gif animation)",
11 10
     "tnh-quote-nothing-to-chase.jpg": "Thich Nhat Hahn photo and quote: there is nothing to chase after... (portrait proportions)",
12
-    "krishna_1_by_vishnu.gif":"Hindu god Krishna with his chief consort and shakti Radha. Krishna is the god of protection, compassion, tenderness, and love; Try to think of him as your guardian angel when fear or despair come up."
11
+    "krishna_1_by_vishnu.gif":"Hindu god Krishna with his chief consort and shakti Radha. Krishna is the god of protection, compassion, tenderness, and love; Try to think of him as your guardian angel when fear or despair come up.",
12
+    "tree-tunnel.gif":"Infinite zoom into a road where tops of trees on both sides mingle and make the road look like a tunnel"
13 13
 }

BIN
static/media/img/tree-tunnel.gif View File


+ 1
- 1
templates/chat.html View File

@@ -114,7 +114,7 @@
114 114
                             // open external links in new tab
115 115
                             $('.reveal a:not([href^="#"])').attr('target','_blank');
116 116
                             // extract css classes from img alt
117
-                            $('.reveal img').addClass("w-50 centered");
117
+                            $('.reveal img').addClass("w-50 float-right");
118 118
 			    // make all headers max-size
119 119
                             // $('.reveal h1, .reveal h2, .reveal h3').addClass('r-fit-text');
120 120
                             var enterSlide = function() {

+ 1
- 1
templates/embeds.html View File

@@ -80,7 +80,7 @@
80 80
                             // open external links in new tab
81 81
                             $('.reveal a:not([href^="#"])').attr('target','_blank');
82 82
                             // extract css classes from img alt
83
-                            $('.reveal img').addClass("w-50 centered");
83
+                            $('.reveal img').addClass("w-50 float-right");
84 84
 			    // make all headers max-size
85 85
                             // $('.reveal h1, .reveal h2, .reveal h3').addClass('r-fit-text');
86 86
                             var enterSlide = function() {

+ 1
- 1
templates/example.html View File

@@ -106,7 +106,7 @@
106 106
                             // open external links in new tab
107 107
                             $('.reveal a:not([href^="#"])').attr('target','_blank');
108 108
                             // extract css classes from img alt
109
-                            $('.reveal img').addClass("w-50 centered");
109
+                            $('.reveal img').addClass("w-50 float-right");
110 110
 			    // make all headers max-size
111 111
                             // $('.reveal h1, .reveal h2, .reveal h3').addClass('r-fit-text');
112 112
                             var enterSlide = function() {

Loading…
Cancel
Save