Title: Background image size
Last modified: July 7, 2018

---

# Background image size

 *  Resolved [brycekelsey](https://wordpress.org/support/users/brycekelsey/)
 * (@brycekelsey)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/background-image-size-9/)
 * For the portfolio and blog background images, I have them set to 1913 x 1510.
   If I use images smaller than that they are tiled instead of full width. Also 
   in mobile view, you only see the left most part of the image. Is there a way 
   to get these images to fit correctly on desktop and mobile?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/background-image-size-9/#post-10474975)
 * Hii brycekelsey,
 * Go to Dashboard -> Appearance -> Customizer -> Theme Options -> Theme General
   Options -> paste the below CSS in Custom CSS box and save –
 *     ```
       .enigma_project_section {
           background-size: cover;
       }
       .enigma_blog_area {
           background-size: cover;
       }
       ```
   
 * Thanks.
 *  Thread Starter [brycekelsey](https://wordpress.org/support/users/brycekelsey/)
 * (@brycekelsey)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/background-image-size-9/#post-10475166)
 * Worked perfect, thanks!
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/background-image-size-9/#post-10478700)
 * Your welcome,
 * Let us know for further query.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Background image size’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/enigma-parallax/7.71/screenshot.
   png)
 * Enigma Parallax
 * [Support Threads](https://wordpress.org/support/theme/enigma-parallax/)
 * [Active Topics](https://wordpress.org/support/theme/enigma-parallax/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/enigma-parallax/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/enigma-parallax/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/background-image-size-9/#post-10478700)
 * Status: resolved