Circle Story
We offer support for circle stories using the FwVideoFeedView widget, which can display a circular thumbnail within a video feed.
Enable Circle Story
Before configuring Circle Story, please refer to the Video Feed View document.
To enable the circle story, configure circleShape field in viewOptions.
// Some code
fwVideoFeedView =
fwVideoFeedView {
viewOptions {
......
layoutOptions {
circleShape(true) // Set to true to enable circle shape items
}
......
}
}Important Notes:
The circle story is available exclusively with the
feedLayoutset toFeedLayout.Horizontalwhen configuring layoutOptions.When circleShape is set to true, the
roundedCorner,roundedCornerRadius, andaspectRatiooptions inlayoutOptionswill become ineffective, even if specified.
Last updated
Was this helpful?