Last active
March 10, 2022 06:03
-
-
Save jirawatee/0dc0164ba7532dae82f64808f29cc8fa to your computer and use it in GitHub Desktop.
Video component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "bubble", | |
"hero": { | |
"type": "video", | |
"url": "https://mokmoon.com/videos/Brown.mp4", | |
"previewUrl": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/01_1_cafe.png", | |
"altContent": { | |
"type": "image", | |
"size": "full", | |
"aspectRatio": "20:13", | |
"aspectMode": "cover", | |
"url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/01_1_cafe.png" | |
}, | |
"action": { | |
"type": "uri", | |
"label": "คลิกเลย", | |
"uri": "https://line.me/" | |
}, | |
"aspectRatio": "16:9" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment