Adjust size of the reservation frame
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 20 Nov 2015 15:50:56 +0000 (10:50 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 20 Nov 2015 15:50:56 +0000 (10:50 -0500)
page-150.php
style.css

index 3a5b125..714d941 100644 (file)
@@ -51,7 +51,7 @@
                             $occupancy = urlencode(1);
                         }
                         $iframeSrc = "https://weblink.instantsoftware.com/search/1134?ArrivalDate={$arrival}&DepartureDate={$departure}&Occupancy={$occupancy}&Location={$location}";?>
-                        <iframe name="res_frame" src="<?php echo $iframeSrc;?>" height="3300" id="res_frame" width="100%" frameborder="0"></iframe>
+                        <iframe name="res_frame" src="<?php echo $iframeSrc;?>" height="900" id="res_frame" width="100%" frameborder="0"></iframe>
                 </div>
             </div>
         </div>
index 62a6589..8427989 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: BigPowderhornLodging
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for BigPowderhornLodging
-Version: 1.0.3
+Version: 1.0.4
 */