MPvHarmelen / Freevle

A good looking website package for schools, including visual awesomeness & an easy as pie CMS
http://freevle.org
10 stars 4 forks source link

Give each img of an album the class portrait or landscape at the album's page #52

Closed FMJansen closed 11 years ago

FMJansen commented 11 years ago

Example:

<div id="photopage">

    <a href="/media/photos/dflkjg/jk.jpg" rel="lightbox-serie" title="FDgkj" class="portrait">
      <img src="/media/photos/dflkjg/jk.jpg">
    </a>

    <a href="/media/photos/dflkjg/jka.jpg" rel="lightbox-serie" title="DFGSHkq" class="landscape">
      <img src="/media/photos/dflkjg/jka.jpg">
    </a>

    <div class="clear"></div>
</div>