Ignore:
Timestamp:
Nov 30, 2011, 3:21:04 PM (12 years ago)
Author:
flop25
Message:

jPolaroid : js issue corrected
medium_cat.css : minor css change about the size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/flop_style/mainpage_categories/popout_details.tpl

    r12579 r12673  
    55var max_dim_height = 0;
    66jQuery(window).load(function() {
    7   $(".columns img").each(function () {
     7  $(".columns a img").each(function () {
    88    if (jQuery(this).height() > max_dim_height)
    99      max_dim_height = jQuery(this).height() + 10;
     
    1111      max_dim_width = jQuery(this).width() + 10;
    1212
    13     jQuery(".columns img")
     13    jQuery(".columns a img")
    1414      .css('width', max_dim_width+'px')
    1515      .css('height', max_dim_height+'px');
Note: See TracChangeset for help on using the changeset viewer.