Preload featured image WebP
-
As is the title is it possible to preload the featured image? How?
I use the JS WebP Rewriting and Picture WebP Rewriting to show WebP.In the past I used this script but now is not suitable because it preload the JPG version:
add_action( 'wp_head', function(){ $featured_img_url = get_the_post_thumbnail_url(get_the_ID(),'full'); echo '<link rel="preload" as="image" href="'.$featured_img_url.'"/>'; })
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Preload featured image WebP’ is closed to new replies.