Updated all videos to have muted and playsInline keys
Removed autoplay on extended-video-player. Removed test border on <video />.
This commit is contained in:
@@ -127,6 +127,7 @@ export default class MediaItem extends ImmutablePureComponent {
|
||||
autoPlay={autoPlay}
|
||||
loop
|
||||
muted
|
||||
playsInline
|
||||
/>
|
||||
|
||||
<span className='media-gallery__gifv__label'>GIF</span>
|
||||
|
||||
@@ -454,7 +454,6 @@ class Video extends React.PureComponent {
|
||||
onLoadedData={this.handleLoadedData}
|
||||
onProgress={this.handleProgress}
|
||||
onVolumeChange={this.handleVolumeChange}
|
||||
style={{border: '2px solid blue'}}
|
||||
/>}
|
||||
|
||||
<div className={classNames('spoiler-button', { 'spoiler-button--hidden': revealed })}>
|
||||
|
||||
Reference in New Issue
Block a user