mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-10 21:28:34 -04:00
add wistia version of cps video
This commit is contained in:
parent
551eea91b5
commit
67d4090377
2 changed files with 7 additions and 4 deletions
|
@ -1540,7 +1540,7 @@ class AnnualReport extends React.Component {
|
|||
thumbnail="/images/annual-report/initiatives/schools/CPS Story/CPS Video Thumbnail.png"
|
||||
thumbnailWidth="580"
|
||||
videoHeight="320"
|
||||
videoId="joal01i8b1"
|
||||
videoId="ymkgy1rzch"
|
||||
videoWidth="568"
|
||||
/>
|
||||
</MediaQuery>
|
||||
|
@ -1555,20 +1555,19 @@ class AnnualReport extends React.Component {
|
|||
thumbnail="/images/annual-report/initiatives/schools/CPS Story/CPS Video Thumbnail.png"
|
||||
thumbnailWidth="400"
|
||||
videoHeight="216"
|
||||
videoId="joal01i8b1"
|
||||
videoId="ymkgy1rzch"
|
||||
videoWidth="380"
|
||||
/>
|
||||
</MediaQuery>
|
||||
<MediaQuery maxWidth={frameless.mobile - 1}>
|
||||
<VideoPreview
|
||||
isYouTube
|
||||
buttonMessage={
|
||||
this.props.intl.formatMessage({id: 'annualReport.watchVideo'})
|
||||
}
|
||||
thumbnail="/images/annual-report/initiatives/schools/CPS Story/CPS Video Thumbnail.png"
|
||||
thumbnailWidth="300"
|
||||
videoHeight="216"
|
||||
videoId="9QD9IxOinLg"
|
||||
videoId="ymkgy1rzch"
|
||||
videoWidth="380"
|
||||
/>
|
||||
</MediaQuery>
|
||||
|
|
|
@ -1864,6 +1864,10 @@ p {
|
|||
|
||||
&.cps {
|
||||
background-image: url("/images/annual-report/initiatives/schools/CPS Story/CPS Video Splash.svg");
|
||||
|
||||
.button {
|
||||
background-color: $ui-purple;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue