Merge pull request #358 from reuters-graphics/sk-scrollerVideo-qf

fixes docs
This commit is contained in:
Sudev Kiyada 2025-09-19 11:39:17 +05:30 committed by GitHub
commit cb2e9ad2cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -172,7 +172,7 @@ With the graphics kit, you'll likely get your text and prop values from an Archi
{#if block.type == 'scroller-video'}
<ScrollerVideo
id={block.id}
src={`${assets}/${block.src}}`}
src={`${assets}/${block.src}`}
height={block.height}
>
<!-- Loop through foregrounds to add text blurbs that appear/disappear at specific times -->