From 9703bdba1523c03a43e0948bf002ab097d60211c Mon Sep 17 00:00:00 2001 From: Leonardo Mendoza Fernadez Date: Wed, 13 Nov 2024 11:09:18 -0600 Subject: [PATCH] 9497-resolve-the-issues-integrators-are-having-when-embedding-summaries-into-iframes --- summary-iframe-implementation-sample.html | 152 +++++++++++++--------- 1 file changed, 91 insertions(+), 61 deletions(-) diff --git a/summary-iframe-implementation-sample.html b/summary-iframe-implementation-sample.html index 99f7cb5d9..8eca03e18 100644 --- a/summary-iframe-implementation-sample.html +++ b/summary-iframe-implementation-sample.html @@ -1,3 +1,14 @@ + + @@ -64,9 +75,30 @@ .close-button:hover { background: #ff3d3d; } + .header { + text-align: center; + margin-bottom: 30px; + } + h1 { + margin: 0; + font-size: 2em; + } + p { + margin: 10px 0 0; + font-size: 1.2em; + color: #555; + } +
+

ORCID iFrame Display Tester

+

+ This tool allows you to display ORCID IDs within iframes of various + sizes. Test how the content adapts to different iframe dimensions. +

+
+
@@ -81,7 +113,7 @@ - +
@@ -93,127 +125,125 @@