Prevent CLS by Restricting BodyCommerce Gallery Height

Intermediate

CSS

BodyCommerce

Details

The Divi BodyCommerce Gallery can sometimes take up excessive vertical space before fully loading, especially on slower sites. This behavior may trigger Cumulative Layout Shift (CLS) issues and negatively impact your site’s performance score.

To prevent this, you can use the CSS snippet below to restrict the overall gallery height before images are loaded. However, once the images load, they may still overflow the container. To fully resolve the issue, we recommend combining this snippet with this one, which limits the height of individual gallery images. . Once you restrict the image height, measure the total gallery height and set that in this CSS snippet.

Snippets Demo

Code

1

Description:
Add and customize the CSS to restrict the height of the BodyCommerce Gallery module

Language: CSS

Where to add: Divi Theme Options

                        /* Restrict BC Gallery Height */

.et_pb_module.et_pb_db_images {
    max-height: 500px;                  /* Customize the value for Desktop */
}

@media (max-width: 980px) {
    .et_pb_module.et_pb_db_images {
        max-height: 400px;          /* Customize the value for Tablet */
    }

}
@media (max-width: 480px) {
    .et_pb_module.et_pb_db_images {
        max-height: 300px;              /* Customize the value for Mobile */
    }

}
                    

Related Snippets

Explore more from Divi Engine

Divi Form Builder

Divi Form Builder

From simple contact forms to complex frontend post or product creation, Divi Form Builder has you covered.

Divi Form Builder
Find out more
Divi Machine

Divi Machine

Build complex websites that displays dynamic fields you can filter, search and so much more with the Divi Builder.      

Divi Machine
Find out more
Divi BodyCommerce

Divi BodyCommerce

A versatile toolkit for developers using Divi and WooCommerce together, designed to boost your e-commerce site and achieve greater conversion rates.    

Divi BodyCommerce
Find out more
Divi Handoff

Divi Handoff

Let clients update content without touching the Divi Builder. Design layouts once, connect them to Flexible Content fields, and give editors simple forms for text, images, and sections.

Divi Handoff
Find out more
Divi Loop Extender

Divi Loop Extender

Unlock the Full Power of Divi 5 Loop Builder Add advanced sorting, filtering, and relationship logic right inside the Visual Builder.

Divi Loop Extender
Find out more
Divi Membership

Divi Membership

Monetize your Divi websites by transforming them into membership sites with seamless subscription management, user-friendly interfaces, and customizable membership tiers.

Divi Membership
Find out more
Divi Machine Accounts

Divi Machine Accounts

Build an account area for your customers to edit their details, access wishlist, submitted posts and more. *Note: Requires Divi Machine installed and active

Divi Machine Accounts
Find out more
Divi Ajax Filter

Divi Ajax Filter

Filter WooCommerce, Posts & Custom Posts without reloading the page.    

Divi Ajax Filter
Find out more
Divi Mobile

Divi Mobile

Divi Mobile helps you create beautiful looking mobile menus without having to code.

Divi Mobile
Find out more
Divi Nitro

Divi Nitro

Give your Divi website that extra boost of speed with our Divi Nitro plugin to enhance your customer's experience.

Divi Nitro
Find out more
Divi Protect

Divi Protect

Password protect the content of your Divi website with our Divi Protect plugin. Keep unwanted eyes out!

Divi Protect
Find out more
Divi Mega Menu

Divi Mega Menu

Create stunning, responsive, and content-rich mega menus using the Divi Builder you already know. No coding required.  

Divi Mega Menu
Find out more