UNPKG

@wordpress/editor

Version:
12 lines (11 loc) 315 B
export default function WelcomeGuideImage( { nonAnimatedSrc, animatedSrc } ) { return ( <picture className="editor-welcome-guide__image"> <source srcSet={ nonAnimatedSrc } media="(prefers-reduced-motion: reduce)" /> <img src={ animatedSrc } width="312" height="240" alt="" /> </picture> ); }