mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-22 15:42:31 +02:00
Update embed-template.md
Updated the react player settings, default playing set to False, playing ={false}
This commit is contained in:
@@ -99,7 +99,7 @@ Watch the video below to see how to embed the template in a React or Next.js app
|
||||
Watch the video below to see how to embed the template in HTML or JavaScript application.
|
||||
|
||||
<div>
|
||||
<ReactPlayer playing controls url='https://youtu.be/0CXZGRiGIjw?si=MqGkTZ1uz-2F-5Qn' />
|
||||
<ReactPlayer playing ={false} controls url='https://youtu.be/0CXZGRiGIjw?si=MqGkTZ1uz-2F-5Qn' />
|
||||
</div>
|
||||
|
||||
**Embed the template in an Angular project**
|
||||
@@ -109,7 +109,7 @@ Watch the video below to see how to embed the template in HTML or JavaScript app
|
||||
Watch the video below to see how to embed the template in an Angular application.
|
||||
|
||||
<div>
|
||||
<ReactPlayer playing controls url='https://youtu.be/3zz5flzql8M?si=2TgnLgjd0laCX3fu' />
|
||||
<ReactPlayer playing = {false} controls url='https://youtu.be/3zz5flzql8M?si=2TgnLgjd0laCX3fu' />
|
||||
</div>
|
||||
|
||||
### Step 5: Sign the document through the Embed public template.
|
||||
|
||||
Reference in New Issue
Block a user