html - Is there a way to specify the width of an embedded gist? -
I am trying to embed an abstract in a webpage. Take an example as an example:
& lt; Script src = "https://gist.github.com/Astr0surf3r/5208714.js" & gt; & Lt; / Script & gt; I wonder if there is a way to determine the width of the essence. For example, I want to compile briefly compared to the default width I
You use this summary Modifying the CSS class can control the width. .gist {width: 250px; } Example:
Comments
Post a Comment