Skip to main content

2 posts tagged with "playbacks"

View All Tags

· 2 min read
Stefan Benicke

We've made changes to the API playbacks layout that you need to be aware of!

tl;dr
  • Playback videos will use object-fit setting of its layout box
  • In "auto" layout, the object-fit is "auto" which most of the times means "cover" - in contrast to former "contain"!
  • To get the old behaviour, you have to set a layout with object-fit "contain"

· 2 min read
Stefan Benicke

We've made changes to the playbacks API that you need to be aware of!

tl;dr
  • play_id is generated if omitted
  • playback_update sequence has changed
  • replacement_id takes userId, not clientId
  • EyesonJS (< 1.9.0) react to playback_update if _src: 'actioncable'
  • Update EyesonJS to v1.9.0 (npm or yarn)