CNTRL + SHIFT + N
or COMMAND + SHIFT + N
{UserName}
@[email protected]_name@X@
<iframe>
<iframe src="https://www.daveghidiu.com" width="100%" height="1000" frameborder="0">...loading...</iframe>
Better toolbar layout, you can resize the canvas, and you can use the image in other spots
Modify Google Docs HeaderIf that image is referenced online, changes are live within minutes! Great for Brightspace!
Modify Brightspace ChapterShare such that anyone can see the image and then embed it with /preview
@
Building Blocks
/edit
in the URL /preview
/copy
/export?format=pdf
/export?format=doc
/template/preview
?rm=minimal
frameborder="0"
in LMS code (within <iframe>
You can embed files that live in a Google Drive folder (as a list or a grid).
<iframe src="https://drive.google.com/embeddedfolderview?id=1yxqWI_3e2TPycoy-BMb-beT0ILVAUW0H#grid" style="width:100%; height:300px; border:0;"></iframe>
You can also embed PDF files that live in Google Drive.
<iframe width="320" height="400" frameborder="0" scrolling="no" src="https://drive.google.com/file/d/1kUildLQpmBXqxxDN82QwGpTX3hWKDxLM/preview"></iframe>