1dec2541 by Jeff Balicki

fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent b0fdc7dc
......@@ -103,7 +103,7 @@ foreach($posts as $post ) {
if($image):
?>
<div class='photo'>
<img src='#' data-src="<?= $image ?>" class='lazy' alt='<?= $image_alt ?>' />
<img src='<?= $image ?>' alt='<?= $image_alt ?>' loading="eager" />
</div>
<?php endif; ?>
<div class='content'>
......
......@@ -26237,9 +26237,9 @@
setTimeout(myLazyLoad.update(), 2000);
});
$(document).on("click", ".page-item ", function (e) {
$('html, body, #page').animate({
setTimeout($('html, body, #page').animate({
scrollTop: $("#search-wrapper").offset().top - 250
}, 100);
}, 100), 2000);
});
});
document.addEventListener('wpcf7mailsent', function (event) {
......
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.
......@@ -57,13 +57,13 @@ jQuery(document).ready(function($) {
$(document).on("click", ".page-item ", function(e){
setTimeout(
$('html, body, #page').animate({
scrollTop: $("#search-wrapper").offset().top - 250
}, 100);
}, 100)
, 2000);
});
});
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.477
Version: 1.0.478
*/
......