d285fbac by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 9bdf3981
......@@ -25015,7 +25015,7 @@
img = new Image();
img.src = b;
img.onload = function () {
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 + ')';
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 + ')';
};
});
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() {
img.onload = function() {
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 + ')';
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 + ')';
};
});
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0023
Version: 1.2.0025
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......