First part of the photos. Part 2 will follow in a bit. I could not help to take loads and loads of photos of typography just like last year. Need to put them all together, sort them out and post them here soon. Meanwhile enjoy the non-typographic photos =)
LES LANDES
PART 1
5 commentsSkip to comment section
$(document).ready(function(){
$.fn.colorbox.settings.transition = “elastic”;
$.fn.colorbox.settings.bgOpacity = “0.8”;
$.fn.colorbox.settings.contentCurrent = “({current}/{total})”;
$.fn.colorbox.settings.slideshow = true;
$(“.youtube”).colorbox({iframe:true, width:610, height:450});
$(“.link”).colorbox({width:”80%”, height:”80%”,inline:true, href:”#inline_links”});
$(“.info”).colorbox({width:”80%”, height:”80%”,inline:true, href:”#inline_info”});
$(“.colorbox”).colorbox();
});
Steffi?
ach ja: das gehört auch noch dazu:
// ColorBox v1.3.9 – a full featured, light-weight, customizable lightbox based on jQuery 1.3
// c) 2009 Jack Moore – http://www.colorpowered.com – jack@colorpowered.com
// Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
(function ($, window) {
var
// ColorBox Default Settings.
// See http://colorpowered.com/colorbox for details.
defaults = {
transition: “elastic”,
speed: 300,
width: false,
initialWidth: “600”,
innerWidth: false,
maxWidth: false,
height: false,
initialHeight: “450”,
innerHeight: false,
maxHeight: false,
scalePhotos: true,
scrolling: true,
inline: false,
html: false,
iframe: false,
photo: false,
href: false,
title: false,
rel: false,
opacity: 0.9,
preloading: true,
current: “image {current} of {total}”,
previous: “previous”,
next: “next”,
close: “close”,
open: false,
loop: true,
slideshow: false,
slideshowAuto: true,
slideshowSpeed: 2500,
slideshowStart: “start slideshow”,
slideshowStop: “stop slideshow”,
onOpen: false,
onLoad: false,
onComplete: false,
onCleanup: false,
onClosed: false,
overlayClose: true,
escKey: true,
arrowKey: true
},
Oder am besten gleich das ganze colorbox einbauen: http://colorpowered.com/colorbox/