Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

divi gallery stop cropping

Omar answered on March 23, 2023 Popularity 3/10 Helpfulness 1/10

Contents


More Related Answers

  • Divi Remove Image Hover title
  • divi popup without plugin

  • divi gallery stop cropping

    0

    // 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 

    Popularity 3/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Mar 23 2023
    Omar
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.