xobuilder-extractor
Version:
> **A sophisticated web application that converts HTML and CSS to JSON layout through an intelligent multi-step flow process with AI validation.**
10 lines (9 loc) • 756 B
TypeScript
/**
* ================ ANALYTIC VIDEO PROPERTIES ================
* Handle properties:
* 1. Với styles, lấy những style có trong styles field, ngoại trừ 1 số trường hợp conflix với video properties bên dưới
* 2. Với videoSize, full nếu width 100% và không có max-width (hoặc max-width = 100%), custom nếu width hoặc max-width != 100%
* 3. Với videoWidth, nếu videoSize là custom, lấy width hoặc max-width (priority max-width > width), available cho 3 devices
* 4. Với displayRatio hoặc customRatio, nếu padding bottom có unit là % thì để lại padding bottom cho case này
*/
export declare const videoAEP: (cssText: string) => import('../../../domains/entities/style.entity').ResultStyles;