# Embed
# Usage
# Features
- Simple wrapper for external source videos.
- Optional aspect ratios.
# CEmbed API
tag | 'div' | String |
HTML tag of embedded content wrapper
| ||
type | 'iframe' | String |
Html content wrapper. Valid values: 'iframe', 'embed', 'video', 'object', 'img'.
| ||
ratio | '16by9' | String |
Aspect ratio of embedded element. Valid values: '21by9', '16by9', '4by3', '1by1'.
|