How To Stop Divi Image Crop - Blog, Portfolio, and Gallery Modules - Tutorial by Pee-Aye Creative

PHOTO EMBED

Tue Jun 25 2024 17:28:52 GMT+0000 (Coordinated Universal Time)

Saved by @suzieelles

// Begin remove Divi Gallery Module image crop
function pa_gallery_image_width( $size ) {
return 9999;
}
function pa_gallery_image_height( $size ) {
return 9999;
}
add_filter( 'et_pb_gallery_image_width', 'pa_gallery_image_width' );
add_filter( 'et_pb_gallery_image_height', 'pa_gallery_image_height' );
// End remove Divi Gallery Module image crop
content_copyCOPY

https://www.peeayecreative.com/how-to-stop-divi-image-crop/