UNPKG

@wordpress/block-library

Version:
34 lines (33 loc) 766 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WP_EMBED_TYPE = exports.ASPECT_RATIOS = void 0; const ASPECT_RATIOS = exports.ASPECT_RATIOS = [ // Common video resolutions. { ratio: '2.33', className: 'wp-embed-aspect-21-9' }, { ratio: '2.00', className: 'wp-embed-aspect-18-9' }, { ratio: '1.78', className: 'wp-embed-aspect-16-9' }, { ratio: '1.33', className: 'wp-embed-aspect-4-3' }, // Vertical video and instagram square video support. { ratio: '1.00', className: 'wp-embed-aspect-1-1' }, { ratio: '0.56', className: 'wp-embed-aspect-9-16' }, { ratio: '0.50', className: 'wp-embed-aspect-1-2' }]; const WP_EMBED_TYPE = exports.WP_EMBED_TYPE = 'wp-embed'; //# sourceMappingURL=constants.js.map