'This is the user-provided caption. We show it overlaid on the image. If it is really long, then it wraps, but it does not get too close to the edges of the image.',
url:'/fixtures/tina-rolf-269345-unsplash.jpg',
});
return<CaptionEditor{...props}/>;
});
stories.add('Video',()=>{
constprops=createProps({
attachment:{
contentType: VIDEO_MP4,
fileName:'pixabay-Soap-Bubble-7141.mp4',
url:'/fixtures/pixabay-Soap-Bubble-7141.mp4',
},
url:'/fixtures/pixabay-Soap-Bubble-7141.mp4',
});
return<CaptionEditor{...props}/>;
});
stories.add('Video with Caption',()=>{
constprops=createProps({
attachment:{
contentType: VIDEO_MP4,
fileName:'pixabay-Soap-Bubble-7141.mp4',
url:'/fixtures/pixabay-Soap-Bubble-7141.mp4',
},
caption:
'This is the user-provided caption. We show it overlaid on the image. If it is really long, then it wraps, but it does not get too close to the edges of the image.',