The img bug in CDN situation
-
I am trying to set CDN for my website, but after that I found the the cdn img file in the home cover page is limited to 580px width. so the img looks fuzzy and aliased.
after I check all the setting both in plugin and theme
I find the code in Chaplin functions.php
// Set content-width global $content_width; if ( ! isset( $content_width ) ) { $content_width = 580; }
Can I delete it or is it possible to update the code to sole CDN problem?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘The img bug in CDN situation’ is closed to new replies.