You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Images will be rendered using next/image so expect to do configuration of remotePatterns for CMS hosted images.
Usage
importVisualfrom'@react-visual/next'exportdefaultfunctionExample(){return(<Visualimage='https://placehold.co/300x150'video='https://placehold.co/300x150.mp4'aspect={300/150}sizes='100vw'alt='Example using placeholder images'/>)}
Disables autoplay of videos. This prop is reactive, unlike the paused property of the html <video> tag. You can set it to true to pause a playing video or set it to false to play a paused video.