Skip to content

Commit a1b55c0

Browse files
committed
fix: simplify GIPHY embed structure for improved responsiveness with responsive on
1 parent 59c1254 commit a1b55c0

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

blog/dec-quiet-period-24.md

+2-15
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,8 @@ tags: [news]
1111

1212
The Electron project will pause for the month of December 2024, then return to full speed in January 2025.
1313

14-
<div style={{
15-
position: "relative",
16-
paddingBottom: "54%",
17-
height: 0,
18-
overflow: "hidden",
19-
maxWidth: "100%",
20-
height: "auto"
21-
}}>
22-
<iframe src="https://giphy.com/embed/3otPoSDQczp1s9kVAQ" width="480" height="259" frameBorder="0" class="giphy-embed" allowFullScreen style={{
23-
position: "absolute",
24-
top: 0,
25-
left: 0,
26-
width: "100%",
27-
height: "100%"
28-
}}></iframe>
14+
<div style={{ width: "100%", height: 0, paddingBottom: "54%", position: "relative" }}>
15+
<iframe src="https://giphy.com/embed/3otPoSDQczp1s9kVAQ" width="100%" height="100%" style={{ position: "absolute" }} frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
2916
</div>
3017
<p><a href="https://giphy.com/gifs/filmeditor-disney-pixar-3otPoSDQczp1s9kVAQ">via GIPHY</a></p>
3118

0 commit comments

Comments
 (0)