<div class="row collapse">
<div id="first-row" class="small-11 small-centered large-uncentered large-12 columns">
<h1 class="text-center">Petoskey Harbor and Little Traverse Bay Camera</h1>
- <img id="cam1" alt="Little Traverse Bay" src="http://cams.gaslightmedia.com/cameras/images/GLM-Basin-MediumLarge.jpg?x=1">
+ <img id="cam1" alt="Little Traverse Bay" src="https://cams.gaslightmedia.com/cameras/images/GLM-Basin-MediumLarge.jpg?x=1">
</div>
</div>
<div class="row collapse">
<div class="small-11 small-centered large-uncentered large-12 columns">
<p><a target="_blank"
-href="http://cams.gaslightmedia.com/cameras/images/GLM-Basin-Large.jpg?x=1">Full Resolution</a> • <a id="rCam1" href="#">Refresh Image</a> (image updates at one minute intervals) •<a href="<?php echo home_url('/'); ?>web-cam-policy/"> Web Camera Image Policy </a></p>
+href="https://cams.gaslightmedia.com/cameras/images/GLM-Basin-Large.jpg?x=1">Full Resolution</a> • <a id="rCam1" href="#">Refresh Image</a> (image updates at one minute intervals) •<a href="<?php echo home_url('/'); ?>web-cam-policy/"> Web Camera Image Policy </a></p>
</div>
</div>
<div id="second-row" class="row collapse">
<div id="down-town" class="small-11 small-centered large-uncentered large-8 columns">
<h2 class="text-center large-text-left">Downtown Petoskey</h2>
- <img id="cam2" alt="Downtown Petoskey" src="http://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1">
+ <img id="cam2" alt="Downtown Petoskey" src="https://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1">
</div>
<div class="show-for-large-up large-4 columns text-center right">
<div class="iframe-screen">
<iframe src="https://player.vimeo.com/video/128990353" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<div class="show-for-medium-down small-11 columns small-centered">
- <p><a target="_blank" href="http://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1">Full Resolution</a> • <a id="rCam2" href="#">Refresh Image</a> (image updates at one minute intervals) •<a href="<?php echo home_url('/'); ?>web-cam-policy/"> Web Camera Image Policy </a></p>
+ <p><a target="_blank" href="https://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1">Full Resolution</a> • <a id="rCam2" href="#">Refresh Image</a> (image updates at one minute intervals) •<a href="<?php echo home_url('/'); ?>web-cam-policy/"> Web Camera Image Policy </a></p>
</div>
</div>
<div class="row">
</div>
<div id="final-row" class="row large-collapse show-for-large-up">
<p><a target="_blank"
-href="http://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1">Full Resolution</a> • <a id="rCam3" href="#">Refresh Image</a> (image updates at one minute intervals) • <a href="<?php echo home_url('/'); ?>web-cam-policy/"> Web Camera Image Policy </a> </p>
+href="https://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1">Full Resolution</a> • <a id="rCam3" href="#">Refresh Image</a> (image updates at one minute intervals) • <a href="<?php echo home_url('/'); ?>web-cam-policy/"> Web Camera Image Policy </a> </p>
</div>
<div class="row">
refreshCam2();
}, 60000);
function refreshCam1() {
- jQuery('#cam1').attr('src', 'http://cams.gaslightmedia.com/cameras/images/GLM-Basin-MediumLarge.jpg?x=1?t=' + Date.now());
+ jQuery('#cam1').attr('src', 'https://cams.gaslightmedia.com/cameras/images/GLM-Basin-MediumLarge.jpg?x=1?t=' + Date.now());
}
function refreshCam2() {
- jQuery('#cam2').attr('src', 'http://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1&t=' + Date.now());
+ jQuery('#cam2').attr('src', 'https://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1&t=' + Date.now());
}
jQuery('#rCam1').click(function(e){
e.preventDefault();