-
Hi,
I have added a form to give the end user the option to add their videos… however sometimes they don’t fill in all the fields… This results in a video link with the following parameters<div style=”background-image:url(https://sitename.net/wp-content/uploads/2018/09/defvid.png)”></div><div style=”background-image:url(https://sitename.net/wp-content/uploads/2018/09/defvid.png)”></div>
When the video has these parameters it wont load at all because the source is missing… clicking on this video in the playlist makes the player unable to play any other videos after that.
I would like to hide the playlist item if it has a source of null can you please provide me with some way to manage this (preferably using css though js is okay) I have tried several things without being able to get any results
thanks