Tuesday, 13 August 2013

Screenshots Container : Demo

<script type="text/javascript">
  var thumbs =
[{"width":430,"height":310,"src":"//
img2.appstatic.opera.com/
prodimg/292190_screenshot.jpg",
"alt":"Screenshot 1"},
{"width":430,"height":310,"src":"//
img2.appstatic.opera.com/
prodimg/292190_screenshot_1.jpg",
"alt":"Screenshot 2"},
{"width":430,"height":310,"src":"//
img2.appstatic.opera.com/
prodimg/292190_screenshot_2.jpg",
"alt":"Screenshot 3"},];
  var update_layout = function() {
    var more = arrange_thumbs
(thumbs, "NORMAL");
    var more_button =
document.querySelector("#more_
thumbs_button");
    if(more_button != null) {
      if(!more) more_
button.style.display = "none";
      else more_button.style.display =
"block";
    }
  };
  window.addEventListener
("DOMContentLoaded", update_
layout, false);
  window.addEventListener("resize",
update_layout, false);
</script>

No comments:

Post a Comment