363d0cfa by Jeff Balicki

ssss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 731eccd9
...@@ -25015,7 +25015,7 @@ ...@@ -25015,7 +25015,7 @@
25015 img = new Image(); 25015 img = new Image();
25016 img.src = b; 25016 img.src = b;
25017 img.onload = function () { 25017 img.onload = function () {
25018 c.classList.add('image-loaded'), c.style.backgroundImage = 'url(' + b + ')'; 25018 c.classList.add('image-loaded'), c.style.backgroundImage = 'linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 91%, rgba(0, 0, 0, 0) 100%), url(' + b + ')';
25019 }; 25019 };
25020 }); 25020 });
25021 $$1(document).ready(function ($) {}); 25021 $$1(document).ready(function ($) {});
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -17,7 +17,7 @@ document.addEventListener("DOMContentLoaded", function() { ...@@ -17,7 +17,7 @@ document.addEventListener("DOMContentLoaded", function() {
17 img.onload = function() { 17 img.onload = function() {
18 18
19 c.classList.add('image-loaded'), 19 c.classList.add('image-loaded'),
20 c.style.backgroundImage = 'url(' + b + ')'; 20 c.style.backgroundImage = 'linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 91%, rgba(0, 0, 0, 0) 100%), url(' + b + ')';
21 }; 21 };
22 }); 22 });
23 23
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.2.0020 8 Version: 1.2.0021
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......