How to Disable Auto Hiding of Videos in DIVI Slider Module on Mobile Devices

by | Sep 15, 2015

If you use DIVI WordPress theme and come across a situation when you don’t want to auto hide the video in slider module on mobile devices, you can add this line of code to disable auto hiding of the videos.

This snippet will leave behind the video and it won’t disappear on mobile devices. However, you would require to edit some css properties to make the video stay in proper position.

@media (max-width: 767px){
.et_pb_slide_image, .et_pb_slide_video {
display: inherit !important;
}
}

About Marshall
Marshall is creative head at Elicus and works with the team to bring ideas to life. He is strongly focused on delivering a quality experience to clients and customers.

0 Comments