You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Organic content slideshow shows featured images as background images, However when jetpack image cdn is turned on, all images on my website are delivered from jetpack's domains
example https://j99.in/wp-content/uploads/2018/03/bbn.jpg
becomes https://i2.wp.com/j99.in/wp-content/uploads/2018/03/bbn.jpg?resize=768%2C493&ssl=1
Is is possible to achieve the same in the plugin,
Here is a example provided by jetpack, get_template_directory_uri() . '/images/x.jpg'
now becomes apply_filters( "jetpack_photon_url", get_template_directory_uri() . '/images/x.jpg' )
The text was updated successfully, but these errors were encountered:
Organic content slideshow shows featured images as background images, However when jetpack image cdn is turned on, all images on my website are delivered from jetpack's domains
example
https://j99.in/wp-content/uploads/2018/03/bbn.jpg
becomes
https://i2.wp.com/j99.in/wp-content/uploads/2018/03/bbn.jpg?resize=768%2C493&ssl=1
Is is possible to achieve the same in the plugin,
Here is a example provided by jetpack,
get_template_directory_uri() . '/images/x.jpg'
now becomes
apply_filters( "jetpack_photon_url", get_template_directory_uri() . '/images/x.jpg' )
The text was updated successfully, but these errors were encountered: