d285fbac by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 9bdf3981
...@@ -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 = 'linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0) 100%), 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) 80%, rgba(0, 0, 0, 0) 100%), url(' + b + ')';
25019 }; 25019 };
25020 }); 25020 });
25021 var a1 = document.querySelector('.blur-image'); 25021 var a1 = document.querySelector('.blur-image');
......
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 = 'linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0) 100%), url(' + b + ')'; 20 c.style.backgroundImage = 'linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%, 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.0023 8 Version: 1.2.0025
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
......