mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
fix video sizing
This commit is contained in:
parent
cc67b79f00
commit
17b658316b
1 changed files with 25 additions and 11 deletions
|
@ -1090,6 +1090,7 @@ class AnnualReport extends React.Component {
|
|||
</div>
|
||||
<div className="video-container">
|
||||
<div className="video-background blm">
|
||||
<MediaQuery minWidth={frameless.tabletPortrait}>
|
||||
<VideoPreview
|
||||
buttonMessage={
|
||||
this.props.intl.formatMessage({id: 'annualReport.watchVideo'})
|
||||
|
@ -1100,6 +1101,19 @@ class AnnualReport extends React.Component {
|
|||
videoId="joal01i8b1"
|
||||
videoWidth="568"
|
||||
/>
|
||||
</MediaQuery>
|
||||
<MediaQuery maxWidth={frameless.tabletPortrait - 1}>
|
||||
<VideoPreview
|
||||
buttonMessage={
|
||||
this.props.intl.formatMessage({id: 'annualReport.watchVideo'})
|
||||
}
|
||||
thumbnail="/images/annual-report/initiatives/BLM Video Thumbnail.png"
|
||||
thumbnailWidth="400"
|
||||
videoHeight="216"
|
||||
videoId="joal01i8b1"
|
||||
videoWidth="380"
|
||||
/>
|
||||
</MediaQuery>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue