File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,6 @@ function EmbedVideo(props: EmbedVideoProps) {
68
68
props . height
69
69
) ;
70
70
71
- console . log ( { props, adjustedWidth, adjustedHeight } ) ;
72
-
73
71
if ( props . proxyUrl )
74
72
return (
75
73
< ThumbnailWrapper
@@ -106,7 +104,6 @@ function EmbedVideo(props: EmbedVideoProps) {
106
104
width = "100%"
107
105
height = "100%"
108
106
style = { {
109
- width : "100%" ,
110
107
height : adjustedHeight ,
111
108
maxWidth : adjustedWidth ,
112
109
maxHeight : adjustedHeight ,
Original file line number Diff line number Diff line change @@ -334,8 +334,3 @@ export const VideoThumbnailPlayButton = styled.withConfig({
334
334
opacity : 1 ,
335
335
} ,
336
336
} ) ;
337
-
338
- export const Div = styled . withConfig ( {
339
- displayName : "div" ,
340
- componentId : commonComponentId ,
341
- } ) ( "div" , { } ) ;
You can’t perform that action at this time.
0 commit comments