We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b21b8 commit 9119eb5Copy full SHA for 9119eb5
src/Content/Embed/EmbedVideo.tsx
@@ -68,8 +68,6 @@ function EmbedVideo(props: EmbedVideoProps) {
68
props.height
69
);
70
71
- console.log({ props, adjustedWidth, adjustedHeight });
72
-
73
if (props.proxyUrl)
74
return (
75
<ThumbnailWrapper
@@ -106,7 +104,6 @@ function EmbedVideo(props: EmbedVideoProps) {
106
104
width="100%"
107
105
height="100%"
108
style={{
109
- width: "100%",
110
height: adjustedHeight,
111
maxWidth: adjustedWidth,
112
maxHeight: adjustedHeight,
src/Content/Embed/style.ts
@@ -334,8 +334,3 @@ export const VideoThumbnailPlayButton = styled.withConfig({
334
opacity: 1,
335
},
336
});
337
338
-export const Div = styled.withConfig({
339
- displayName: "div",
340
- componentId: commonComponentId,
341
-})("div", {});
0 commit comments