- Getting Started
- Browser Support
- Languages Support
- Shortcuts
- Activation
- Examples
- Customize the Editor
- Use-cases
- Plugins
- APIs
- Development Frameworks
- Server Integrations
- Server SDKs
- Migration Guides
- Changelog
Miscellaneous
Responsive Videos
Try it yourself:
HTML
<div id="froala-editor">
<h3>Embed videos from your favorite service and have them adapt based on the screen size.</h3>
<p>The responsive video features enables you to insert videos from Youtube or Vimeo and have them change based on your device screen.</p>
</div>
JAVASCRIPT
<script>
new FroalaEditor('div#froala-editor', {
videoResponsive: true,
toolbarButtons: ['insertVideo']
})
</script>
Related Plugin:
Video