Photon issues on post pages.
-
Hi.
I try to use photon on my blog page on Extra template from Elegant themes. On main page and category pages everything looks all right.But wehn you open any post page images looks ogly. They small and strongly commpress.
I try to turn off photon on posts pages with this function:
// jetpack photon turn off on post pages function no_photon_by_page() { if ( is_single( ) ) { add_filter( 'jetpack_photon_skip_image', '__return_true'); } } add_action('wp', 'no_photon_by_page');
but images still looks bad. They now in full size but still have wrong resize comand:
?resize=300%2C196%C2%A0300w
Here you have a link to my website with post: https://blog.nayma.pl/darmowy-font-dressler/
have no idea what I need to do to show correct images when I use Photon.
When I turn off photon everything looks ok !!
Thanks for any help with this issue.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Photon issues on post pages.’ is closed to new replies.