getRow($sql); $_SESSION["gallery_name"]=$gallery["name"]; $_SESSION["gallery_desc"]=$gallery["description"]; $_SESSION["user_can_view"] = 1; if ( ($gallery["public"]==0) && (!session_is_registered(user_id)) ) { $_SESSION["user_can_view"] = 0; } $fb_pagename = "apps|gallery|".$_SESSION["gallery_id"]; ?>

The red circles below and between each pair indicate if that pair is meant for parallel (left eye views left image, right eye views right image) or cross-eyed (left eye views right image; right eye views lef imaget) viewing.
One pair will likely work better for you than the other.

Use the black and red focus rings to help you line up a pair, and once you're "locked in", you can just scroll through the images with your mousewheel, arrow keys, touchpad, whatever you're using. It's a bit easier on the eyes that way.

= 57) ) { $sql.= " ORDER BY photo_id"; } else { $sql.=" ORDER BY p.filename, p.photo_id"; } $res = $my_conn->query($sql); foreach ($res as $thumbs) { if ($thumbs["photographer_favorite"] == 1) { $class_fav = "favorite"; $alt_fav = " - This image has been flagged as a Photographer Favorite"; } else { $class_fav = ""; $alt_fav = ""; } //gallery 57 (stereoscopic images) has no thumbnails if ($_SESSION["gallery_id"] == 57) { ?>