Quantcast
Channel: WordPress.org Forums » [Jetpack - WP Security, Backup, Speed, & Growth] Support
Viewing all articles
Browse latest Browse all 37459

Jeremy Herve on "[Plugin: Jetpack by WordPress.com] Jetpack Photon shrinking "full" size image"

$
0
0

Photon will make sure that your images fit your theme's content width. If your theme's content width is set to 640px, images will indeed be shrinked.

If your theme doesn't define any content width variable, you can add a $content_width value by adding the following code to your theme's functions.php file:

if ( ! isset( $content_width ) )
    $content_width = 800;

If you'd rather not edit your theme's functions.php file, you can also try the following plugin:
http://wordpress.org/plugins/custom-content-width/

Let me know if it helps.


Viewing all articles
Browse latest Browse all 37459

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>