Bixby Developer Center

References

loop

optionalvalue required

Specify whether a video loops after it plays.

If this key is true, the specified video will play in a loop, immediately restarting after it finishes playing. The default is false.

Example

section {
content {
video {
url "(https://example.com/loopy-video.mp4")
poster ("https://example.com/loop-poster.png")
loop (true)
}
}
}