We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f53474 commit 5fcf061Copy full SHA for 5fcf061
live-view/live-view.js
@@ -2,6 +2,11 @@
2
// setup live view
3
async function setupLiveView() {
4
5
+ // if link is embed
6
+ if (linkData.embed) {
7
+ body.classList.add('embed');
8
+ }
9
+
10
// if URL has a file
11
if (linkData.file) {
12
0 commit comments