JiHong88 / suneditor

Pure javascript based WYSIWYG html editor, with no dependencies.
http://suneditor.com
MIT License
1.74k stars 309 forks source link

Support VimeoQuery To achieve Autoplay for Attached Vimeo Videos #1410

Closed ChavitiSathish closed 1 month ago

ChavitiSathish commented 3 months ago

To achieve autoplay for embedded youtube videos we shall use youtubeQuery: 'autoplay=1&mute=1&enablejsapi=1&controls=1&loop=1', whereas Embedded Vimeo Videos can't be autoplayed. Likely vimeo videos are also played in iFrame an option like youtubeQuery to overwrite vimeo query would be appreciated.

Steps to reproduce the behavior:

  1. Go to Editor and click on video and add vimeo video link.

Expected behavior An option like youtubeQuery to overwrite the vimeo videos query would be appreciated.

JiHong88 commented 1 month ago

Version 2.47.0 has been updated. thank you