Some images not using WebP?
-
Some of my images arent showing as WebP even when I inspect and look at the type column in the network tab
I’m wondering if this is because I’m using PHP to call the image in large size. Is there a way to fix this or a way to do the same thing but still use WebP?
<?php $image_2_url = wp_get_attachment_image_src(1065, 'large'); ?> <img alt="Web design drawn out on paper" class="banner" src="<?= $image_2_url[0] ?>">
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Some images not using WebP?’ is closed to new replies.