i want to embed video using tinymce media plugin. The embed link has https://player.vimeo.com but when to save it, it converted to //player.vimeo.com.
How to resolve this problem? I want to include http/https
Here is my javascript config
extended_valid_elements : "video[autoplay|muted|loop|playsinline|class]",
relative_urls: false,
remove_script_host: false,
from TinyMCE not include https/https when embed video
No comments:
Post a Comment