Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #564
    Kelvin
    Participant

    I finally fix the problem by adding

    // assume mobile breakpoint at 640px

    
    @media (max-width: 640px) {
        .bx-wrapper img {
            height: 100%;
        }
    }
    

    This problem was found when using the Visual Composer together.

    #542
    Kelvin
    Participant

    Dear Sir,

    I tried to add .bx-viewport { height: auto !important } in my stylesheet, when narrow the browser, the width is resized but the height doesn’t. Is there any setting I missed?

    Best regards,

    Kelvin

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