Home Support Advanced post slider Height remain the same in mobile view Reply To: Height remain the same in mobile view

#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.