UNPKG

806 BJavaScriptView Raw
1// These embeds do not work in sandboxes due to the iframe's security restrictions.
2export var HOSTS_NO_PREVIEWS = ['facebook.com', 'smugmug.com'];
3export var ASPECT_RATIOS = [// Common video resolutions.
4{
5 ratio: '2.33',
6 className: 'wp-embed-aspect-21-9'
7}, {
8 ratio: '2.00',
9 className: 'wp-embed-aspect-18-9'
10}, {
11 ratio: '1.78',
12 className: 'wp-embed-aspect-16-9'
13}, {
14 ratio: '1.33',
15 className: 'wp-embed-aspect-4-3'
16}, // Vertical video and instagram square video support.
17{
18 ratio: '1.00',
19 className: 'wp-embed-aspect-1-1'
20}, {
21 ratio: '0.56',
22 className: 'wp-embed-aspect-9-16'
23}, {
24 ratio: '0.50',
25 className: 'wp-embed-aspect-1-2'
26}];
27export var DEFAULT_EMBED_BLOCK = 'core/embed';
28export var WORDPRESS_EMBED_BLOCK = 'core-embed/wordpress';
29//# sourceMappingURL=constants.js.map
\No newline at end of file