You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Unknown macro: {html}

<iframe id="ifm" name="ifm" style="width: 1024px; height: 900px;" src="http://www.kiwispace.org.nz/mark/kiwimars/gallery/index.php?type=sets"></iframe>
<script>
function pageY(elem) {
return elem.offsetParent ? (elem.offsetTop + pageY(elem.offsetParent)) : elem.offsetTop;
}
var buffer = 40; //buffer at bottom
function resizeIframe() {
var height = window.innerHeight || document.body.clientHeight || document.documentElement.clientHeight;
height -= pageY(document.getElementById('ifm'))+ buffer ;
height = (height < 0) ? 0 : height;
document.getElementById('ifm').style.height = height + 'px';
}
window.onresize = resizeIframe;
window.onload = resizeIframe;
</script>

Mission Photos

Selected photos will be uploaded here as the mission progresses, and a more complete update posted upon the crew's return.

The crew are limited to ~400MB per day which simulates the time-delay and limitations of a real mission, but there is an overnight 'upload window' where we can transfer photos.

Instructions

  • Click on a set to see the uploaded images within it.
  • OR, view
    Unknown macro: {html}

    <a target="ifm" href="http://www.kiwispace.org.nz/mark/kiwimars/gallery/index.php?type=recent">Recent</a>

    uploads.
  • No labels