Lesley Siegel
asked 10 years ago

Can I upload a .jpg for the small image and then upload an mp4 file for one of the larger images so that when the modal opens it has an embedded video above the modal data? Is there something I can change in the coding (js?) to make this work?

1 Answers
DominicStaff
answered 10 years ago

Hello Lesley !
At the moment, DW Page does not yet support to add the video above the modal data. You can only add the video in the modal content. 
If you want to use the video here, you can add the following code to remove the image in the modal inner

<style>
.modal-inner .modal-image {
    display: none;
}
</style>

– Then  embed code  into the content.
See the screenshot:

Notice: Please set the size for video to 440 x 386px.
Hope this helps !

Powered by DW Question & Answer Pro