this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Try autoPlay instead of autoplay

Fixing Mobile Safari bug

+2 -2
+2 -2
src/components/media.jsx
··· 517 517 height={height} 518 518 data-orientation={orientation} 519 519 preload="auto" 520 - autoplay 520 + autoPlay 521 521 playsinline 522 522 loop={loopable} 523 523 controls ··· 636 636 style={!showOriginal && mediaStyles} 637 637 > 638 638 {showOriginal ? ( 639 - <audio src={remoteUrl || url} preload="none" controls autoplay /> 639 + <audio src={remoteUrl || url} preload="none" controls autoPlay /> 640 640 ) : previewUrl ? ( 641 641 <img 642 642 src={previewUrl}