Skip to content

Commit

Permalink
Merge pull request #339 from ReseauEntourage/feature/EN-7494-Front-vi…
Browse files Browse the repository at this point in the history
…deo-yt
  • Loading branch information
guillobits authored Sep 19, 2024
2 parents 3744f1b + 2380e07 commit f7e9144
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export const CandidateTestimoniesOrientation = ({
title="Témoignages Entourage Pro"
aspectWidth={1280}
aspectHeight={720}
params="rel=0&showinfo=0&iv_load_policy=3"
/>
</div>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const VideoSection = ({
id={videoId}
title={videoTitle}
poster="maxresdefault"
params="rel=0&showinfo=0&iv_load_policy=3"
/>
</Section>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const StyledSimpleImageTextBackground = styled.div<StyledSimpleImageTextB
export const StyledSimpleImageTextContainer = styled.div<StyledSimpleImageTextContainerProps>`
display: flex;
flex-direction: ${({ reverse }) => (reverse ? 'row-reverse' : 'row')};
align-items: center;
flex-wrap: wrap;
gap: 10%;
min-height: 400px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ export const SimpleVideoText = ({
poster="maxresdefault"
title={videoTitle}
aspectWidth={662}
aspectHeight={484}
aspectHeight={370}
wrapperClass="yt-lite videoCustom"
playerClass="lty-playbtn playBtnCustom"
params="rel=0&showinfo=0&iv_load_policy=3"
/>
</StyledSimpleVideoTextVideoContainer>
<StyledSimpleVideoTextTextContainer
Expand Down
1 change: 1 addition & 0 deletions src/pages/entreprises/sinformer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const Sinformer = () => {
title="Témoignage recruteur Entourage Pro"
aspectWidth={1280}
aspectHeight={720}
params="rel=0&showinfo=0&iv_load_policy=3"
/>
</ContainerMarginY>
</Section>
Expand Down

0 comments on commit f7e9144

Please sign in to comment.