mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
fix video sizing
This commit is contained in:
parent
cc67b79f00
commit
17b658316b
1 changed files with 25 additions and 11 deletions
|
@ -1090,16 +1090,30 @@ class AnnualReport extends React.Component {
|
|||
</div>
|
||||
<div className="video-container">
|
||||
<div className="video-background blm">
|
||||
<VideoPreview
|
||||
buttonMessage={
|
||||
this.props.intl.formatMessage({id: 'annualReport.watchVideo'})
|
||||
}
|
||||
thumbnail="/images/annual-report/initiatives/BLM Video Thumbnail.png"
|
||||
thumbnailWidth="580"
|
||||
videoHeight="320"
|
||||
videoId="joal01i8b1"
|
||||
videoWidth="568"
|
||||
/>
|
||||
<MediaQuery minWidth={frameless.tabletPortrait}>
|
||||
<VideoPreview
|
||||
buttonMessage={
|
||||
this.props.intl.formatMessage({id: 'annualReport.watchVideo'})
|
||||
}
|
||||
thumbnail="/images/annual-report/initiatives/BLM Video Thumbnail.png"
|
||||
thumbnailWidth="580"
|
||||
videoHeight="320"
|
||||
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>
|
||||
|
@ -1342,7 +1356,7 @@ class AnnualReport extends React.Component {
|
|||
<ul className="supporters-list-side">
|
||||
<li>Smilegate Foundation</li>
|
||||
<li>TAL Education</li>
|
||||
<li>Warner Media</li>
|
||||
<li>WarnerMedia</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue