The PEN Story: Olympus Advert

I find this to be quite incredible. They took over 60,000 photos in the production! Printed 9,600 prints and had to retake 1,800 shots again. That’s serious dedication. Don’t suppose a big fat pay cheque from Olympus had anything to do with it : ) But seriously, no post production! Very impressive.

Music: Johannes Stankowski – Down Below [MP3]

  • http://kvncsy.com Kevin Casey

    Hi-
    I run Basic Maths too and noticed that yours was the last comment before Khoi closed the thread. You had a problem with the 5px offset for embedded video that you seem to have found a solution to. Care to elaborate on your work around? Thanks a million!

    -Kevin C.

  • http://www.thinkvein.com Mark Regan

    Hi Kevin,

    It’s a shame this isn’t made clear – and corrected by Khoi. Thanks to Rob Wells, the solution is as follows:

    // Add the following to your CSS
    .entry-content p object {margin: 0px 0px 0px -5px;}
    .entry-content p object.size-large.alignnone {margin-left:-185px}

    When embedding objects (videos) of width 620px, simply add the following to the
    class=”alignnone size-large”

    (Thanks Rob @robjwells)