How manage CDN
-
Hi,
I enabled Nexcess CDN service. After images not loading and giving below error.So, I tried to add a code below obtain from your thread.
function sb_change_for_cdn() { ?> <script> if (typeof window.sb_instagram_js_options !== 'undefined') { window.sb_instagram_js_options.resized_url = 'https://scontent-syd2-1.cdninstagram.com/v/'; } </script> <?php } add_action( 'wp_footer', 'sb_change_for_cdn', 99 );But it is not working for me. Can you assist me on this please?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘How manage CDN’ is closed to new replies.