Title: Image Carousel issues
Last modified: March 4, 2024

---

# Image Carousel issues

 *  Resolved [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/image-carousel-issues/)
 *     ```wp-block-code
       .swiper-slide img {
           max-width: 800px;
           max-height: 480px !important;
       }
       ```
   
 * We have 10 carousels on our site that have a pictures some are taken in landscape
   and others are taken in portrait. The above CSS allows all the pictures to show
   up not stretched/distorted in our Carousels. However, we want all the pictures
   to appear the same size inside the Carousel without being stretched/distorted.
 * I found a conversation on GitHub describing a similar [issue](https://github.com/elementor/elementor/issues/1449).
   However, after trying the various solutions in that thread the images were still
   cutting off or showing up incorrectly.
 * Here are links to two of our carousels.
 * [https://jaffeai.com/see/shuffling-the-decks/](https://jaffeai.com/see/shuffling-the-decks/)
   
   [https://jaffeai.com/see/pure-michigaas/](https://jaffeai.com/see/pure-michigaas/)
 * Please take a look and suggest a way we can resolve these issues. Thank you in
   advance.

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

 *  Plugin Support [vipul78](https://wordpress.org/support/users/vipulelementor/)
 * (@vipulelementor)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/image-carousel-issues/#post-17474764)
 * Hi,
 * [WordPress.org](https://wordpress.org/) rules state that commercial products 
   are not supported here.
 * Since you are an Elementor Pro user, you can open a support ticket at [my.elementor.com](https://my.elementor.com/)
 * I’d also suggest you check out Elementor Community Group on Facebook. We have
   created it to connect Elementor users together and share knowledge, [Global Elementor Community](https://www.facebook.com/groups/Elementors).
 *  Thread Starter [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/image-carousel-issues/#post-17474803)
 * The carousel is a feature of the free version… I am using the same carousel option
   on many other clients websites which are only using the free version of Elementor
   and never ran into this problem until now. That is why I posted the problem here.
 * I believe we found a fix (after no one from Elementor replied to this thread)
   that solved the problem in an acceptable way for our client. We had to set the
   image stretch option on our sliders to yes and add the following CSS:
 *     ```wp-block-code
       .swiper-image-stretch .swiper-slide .swiper-slide-image {
           width: 100%;
           height: 425px;
           object-fit: cover;
           object-position: center center;
       }
       ```
   
 * I will mark this thread resolved once our client has confirmed they are happy
   with our solution.
 * Thank you for **not helping us** and creating hours of extra work and research
   for us to resolve this issue by changing settings and not replying to this thread.

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

The topic ‘Image Carousel issues’ is closed to new replies.

 * ![](https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228)
 * [Elementor Website Builder - more than just a page builder](https://wordpress.org/plugins/elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/elementor/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/image-carousel-issues/#post-17474803)
 * Status: resolved