LES LANDES
PART 1

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 =)

PART 1 (30 photos)

  1. $(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();
    });

  2. 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.comjack@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/

Leave a comment

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

Go to top