masse
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [AMP] Can I use polylang on the amp site without errors?Thank you very much.
Forum: Plugins
In reply to: [AMP] Can I use it with AMP?Thank you very much.
Ok thanks ??
I really want to fix it..
Please compare the two.https://chordnote.shop/wp-content/uploads/2020/12/IMG_0066.jpg
By activating the jetpack’s photon, the image is changed to low quality like this.
Sorry. This is the link.
https://chordnote.shop/wp-content/uploads/2020/12/IMG_0066.jpg
I want to turn off all the features listed here and make it look the same as the original image.
And I am wondering if there is a way to resolve the resize like the code provided below.
add_filter('jetpack_photon_pre_args', 'jetpackme_custom_photon_compression' ); function jetpackme_custom_photon_compression( $args ) { $args['quality'] = 100; $args['strip'] = 'all'; return $args; }
- This reply was modified 3 years, 10 months ago by masse.
Viewing 7 replies - 1 through 7 (of 7 total)