Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nguyentuan1696/7d24f453b295503188176d4a41219341 to your computer and use it in GitHub Desktop.
Save nguyentuan1696/7d24f453b295503188176d4a41219341 to your computer and use it in GitHub Desktop.
Hide control button google doc in preview mode
<div style="height: 480px; position: relative; width: 100%;">
<iframe height="480" src="https://drive.google.com/file/d/14Y_L3F9VFUn-Sk2P_HOjt5f_-MbcpV1o/preview" width="100%"></iframe><br />
<div style="height: 80px; opacity: 0; position: absolute; right: 0px; top: 0px; width: 80px;">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment