Ignore:
Timestamp:
Jul 2, 2012, 11:32:02 PM (12 years ago)
Author:
Zaphod
Message:

version 2.2.3

Location:
extensions/stripped-galleria
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped-galleria/readme.txt

    r14482 r16306  
    1313Changelog
    1414---------
     15
     16*** version 1.3.3
     17- bugfix on HD picture height in lightbox
    1518
    1619*** version 1.3.2
  • extensions/stripped-galleria/template/thumbnails.tpl

    r14482 r16306  
    99        $this->assign( 'tagids',  @implode(',', @$page['tag_ids']) );
    1010{/php}
    11 {assign var='h1' value=60}
    12 {assign var='h2' value=$h1+10}
    13 {assign var='h3' value=$h1+20}
    14 <style type="text/css">{literal}
    15         .galleria-image {height:{/literal}{$h1}{literal}px;}
    16         .galleria-thumbnails-container {height:{/literal}{$h2}{literal}px;}
    17         .galleria-stage {bottom: {/literal}{$h3}{literal}px;}
    18 {/literal}</style>
    1911<div id="gallery"></div>
    2012{footer_script}
Note: See TracChangeset for help on using the changeset viewer.