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
// Some code
fwVideoFeedView =
fwVideoFeedView {
viewOptions {
......
layoutOptions {
circleShape(true) // Set to true to enable circle shape items
}
......
}
}Last updated
Was this helpful?