How do I make my images fullwidth? (Pre 2.0)

NOTE: THIS HAS BEEN RESOLVED IN VERSION 2.0. PLEASE UPDATE YOUR COPY OF IMAGE INTENSE

By default, the Image Intense modules will stretch to the size of your images. So for example, if you have an 800×600 image loaded into the module, the module will stretch to 800px wide until you’ll start to see a gap in the column. 

If you want the image to go fullwidth, you have 2 options:

  1. Use larger images that will fit larger screen resolutions (best option)
  2. Add the following CSS to your child theme stylesheet or to Divi > Theme Options > Custom CSS
figure.n10s { 
    width: 100%; 
}

Please note: stretching images wider than their native resolution will cause pixelation.