You don't need to start your video from scratch. Even if you are not a graphical designer, you can use the Component elements to quickly create good-looking videos with no effort.

The component element is a very powerful tool to supercharge your videos with ready to use predefined features and designs. But these predefined designs are highly customizable using CSS and propietary properties.

Anatomy of a component element

Component elements have this blueprint:

{
    "type": "component",
    "component": "[[component-id]]",
    "settings": {
        "[[item]]": {
            "[[item-property]]": "[[item-value]]"
        }
    }
}

This is a full example of a component element:

{
    "type": "component",
    "component": "basic/001",
    "settings": {
        "card": {
            "background": "white",
            "border-radius": "10px",
            "padding": "1vw"
        },
        "headline": {
            "color": "red",
            "font-size": "5vw",
            "font-family": "Inter"
        }
    }
}

Supported CSS properties in components

In the contrary of the HTML elements that support any HTML5 tag and any CSS3 declaration, Component elements support a limited sort of CSS3 properties.

The list of supported CSS properties are:

Propietary properties in components

JSON2Video uses a few propietary properties to simplify the customization of the components.

This propietary properties are:

Property
Description
easing
Sets the easing function for an animation
horizontal-align
Defines how an item aligns horizontally. Possible values: left | center | right
horizontal-position
Defines how an item aligns horizontally. Possible values: left | center | right
src
Defines the source URL of an item, usually an image. Example: https://example.com/image.jpg
vertical-align
Defines how an item aligns vertically. Possible values: top | center | bottom
vertical-position
Defines how an item aligns vertically. Possible values: top | center | bottom

Component examples

Lower-third example

In the television industry, a lower third is a graphic overlay placed in the lower area of the screen, though not necessarily the entire lower third of it, as the name suggests.

JSON2Video library has a few lower-third components you can use out-of-the-box in your projects. The following example shows how to add a lower-third to a video.


Fatal error: Uncaught TypeError: substr(): Argument #1 ($string) must be of type string, array given in /var/www/json2video.com/html/tpl/common.php:1146 Stack trace: #0 /var/www/json2video.com/html/tpl/common.php(1146): substr() #1 /var/www/json2video.com/html/tpl/common.php(1039): show_code() #2 /var/www/json2video.com/html/docs/tutorial/component-elements/index.php(158): show_rosetta() #3 {main} thrown in /var/www/json2video.com/html/tpl/common.php on line 1146