Reply To: Height remain the same in mobile view Home › Support › Advanced post slider › Height remain the same in mobile view › Reply To: Height remain the same in mobile view October 21, 2015 at 1:29 am #564 KelvinParticipant 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.