Skip to content

Commit 0463e52

Browse files
mburtchjraff
authored andcommitted
fix(core-web-video): remove broken css background declaration
1 parent 5dbfc55 commit 0463e52

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/WebVideo/WebVideo.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ const aspectRatios = {
3131
const AspectLimiter = styled.div(props => ({
3232
...aspectRatios[props.aspectRatio],
3333
position: 'relative',
34-
backgroundImage: `url(${props.aspectRatio})`,
3534
}))
3635

3736
/**

packages/WebVideo/__tests__/__snapshots__/WebVideo.spec.jsx.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ exports[`WebVideo renders 1`] = `
220220
.c1 {
221221
padding-top: 56.25%;
222222
position: relative;
223-
background-image: url(16:9);
224223
}
225224
226225
@media (min-width:768px) {

0 commit comments

Comments
 (0)