Hello,
I have an MP4 video in the frontpage (see hidden url). Although video shows properly in the frontend editor, it does not in the live version of the page.
In backend my mp4 plays fine but not on the live site. I guess it is because of its tag which has a src="/xyz" attribute in backend (see attached code, hidden content) but not in frontend. Here it says data-large="xyz". (see attached code, hidden content).
The frontend page uses the following code to display:
<source src=my-url/media/videos/2022/01/24/ra.mp4 type="video/mp4">
The public page uses the code:
<source data-large="/media/videos/2022/01/24/ra.mp4" type="video/mp4">
With the code "source data-large" the video is not displayed. Even if I choose the absolute file path for the source data-large: my-url/media/videos/2022/01/24/ra.mp4
Where does this data-large="xyz" code come from?
That should not be.
I think, it could be a code error here, which must be fixed or overwritten with a custom file.
There are some web designers who will have the same problem.
Can you fix this code? Or, maybe you have an other solution?
Please can you help me?
Thanks for the support