Skip to content

Commit 9119eb5

Browse files
committed
fixes on pr
1 parent 50b21b8 commit 9119eb5

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/Content/Embed/EmbedVideo.tsx

-3
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ function EmbedVideo(props: EmbedVideoProps) {
6868
props.height
6969
);
7070

71-
console.log({ props, adjustedWidth, adjustedHeight });
72-
7371
if (props.proxyUrl)
7472
return (
7573
<ThumbnailWrapper
@@ -106,7 +104,6 @@ function EmbedVideo(props: EmbedVideoProps) {
106104
width="100%"
107105
height="100%"
108106
style={{
109-
width: "100%",
110107
height: adjustedHeight,
111108
maxWidth: adjustedWidth,
112109
maxHeight: adjustedHeight,

src/Content/Embed/style.ts

-5
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,3 @@ export const VideoThumbnailPlayButton = styled.withConfig({
334334
opacity: 1,
335335
},
336336
});
337-
338-
export const Div = styled.withConfig({
339-
displayName: "div",
340-
componentId: commonComponentId,
341-
})("div", {});

0 commit comments

Comments
 (0)