diff --git a/src/langs/json/en.json b/src/langs/json/en.json index ff6681be9..3db79b66e 100644 --- a/src/langs/json/en.json +++ b/src/langs/json/en.json @@ -81,10 +81,10 @@ "respOff": "Off", "respOffHelp": "The document will fit the sizes specified below", "width": "Width", - "widthAuto": "Will fill the available space if the document is set to responsive, otherwise defaults to 700px", - "widthFixed": "Set a maximum width if the document is responsive, or set a fixed size if not responsive", + "widthAuto": "Will fill the available space", + "widthFixed": "Set a maximum width, in pixels", "height": "Height", - "heightAuto": "The height is based on the size of the document, with no maximum size. If responsive, will be set to the height of the browser window minus 100px", + "heightAuto": "The height is based on the size of the document, with no maximum size", "sidebarBehavior": "Sidebar behavior", "sbResponsive": "Responsive", "sbResponsiveHelp": "Show sidebar automatically on large screens and hide on mobile devices. In embed mode, the sidebar will be hidden", diff --git a/src/lib/components/documents/Share.svelte b/src/lib/components/documents/Share.svelte index 86f5959e4..21f6e29e7 100644 --- a/src/lib/components/documents/Share.svelte +++ b/src/lib/components/documents/Share.svelte @@ -67,7 +67,6 @@ let permalink: URL; let embedSrc: URL; let iframe: string; - // let wpShortcode: string; is broken in WordPress let customizeEmbedOpen = false; let editOpen = false; @@ -82,14 +81,6 @@ embedSrc = embedUrl(document, embedUrlParams); iframe = `