Hello
I'm trying to refrence a video from another host I have. so I want to set the cross origin attribute on the videos to credentials and some times there shouldn't be a crossorigin attribute at all.
Here is a solution I thought of
set the attribute in the config object.
and if we set it to false the video tag should not have crossorigin attribute at all
Hello I'm trying to refrence a video from another host I have. so I want to set the cross origin attribute on the videos to credentials and some times there shouldn't be a crossorigin attribute at all.
Here is a solution I thought of set the attribute in the config object. and if we set it to false the video tag should not have crossorigin attribute at all
tanks in advance