broadfield-dev commited on
Commit
9d23edd
·
verified ·
1 Parent(s): bc2b856

Update KJV-Bible-Semantic-Search.html

Browse files
Files changed (1) hide show
  1. KJV-Bible-Semantic-Search.html +23 -2
KJV-Bible-Semantic-Search.html CHANGED
@@ -12,12 +12,33 @@
12
  <meta property="og:title" content="KJV Bible Semantic Search"/>
13
  <meta property="og:description" content="Interactive X App"/>
14
  <meta property="og:image" content="https://huggingface.co/spaces/Space-Share/iLearn/resolve/main/card_im_crop.png"/>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  </head>
16
  <body>
 
17
  <iframe
 
18
  src="https://broadfield-dev-bible-app.hf.space"
19
  frameborder="0"
20
- width="850"
21
- height="450"
22
  ></iframe>
 
 
23
  </body>
 
 
12
  <meta property="og:title" content="KJV Bible Semantic Search"/>
13
  <meta property="og:description" content="Interactive X App"/>
14
  <meta property="og:image" content="https://huggingface.co/spaces/Space-Share/iLearn/resolve/main/card_im_crop.png"/>
15
+
16
+ <style>
17
+ .container {
18
+ position: relative;
19
+ overflow: hidden;
20
+ width: 100%;
21
+ padding-top: 100%;
22
+ }
23
+ .responsive-iframe {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ bottom: 0;
28
+ right: 0;
29
+ width: 100%;
30
+ height: 100%;
31
+ }
32
+ </style>
33
  </head>
34
  <body>
35
+ <div class="container">
36
  <iframe
37
+ class="responsive-iframe"
38
  src="https://broadfield-dev-bible-app.hf.space"
39
  frameborder="0"
 
 
40
  ></iframe>
41
+ </div>
42
+
43
  </body>
44
+ </html>