fixed ipad resize photo

This commit is contained in:
2024-12-28 12:20:36 +03:00
parent 92e1eef21e
commit cadf45e150
3 changed files with 14 additions and 6 deletions

View File

@@ -280,7 +280,7 @@ function my_theme_scripts() {
));
}
}
add_action('wp_enqueue_scripts', 'my_theme_scripts');
//add_action('wp_enqueue_scripts', 'my_theme_scripts');
@@ -306,8 +306,8 @@ function loadmore_ajax_handler() {
endif;
die;
}
add_action('wp_ajax_loadmore', 'loadmore_ajax_handler');
add_action('wp_ajax_nopriv_loadmore', 'loadmore_ajax_handler');
//add_action('wp_ajax_loadmore', 'loadmore_ajax_handler');
//add_action('wp_ajax_nopriv_loadmore', 'loadmore_ajax_handler');