Plugin Directory

Changeset 1315079


Ignore:
Timestamp:
12/23/2015 02:35:17 PM (10 years ago)
Author:
phoenixMagoo
Message:

Emoji Update part 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jquery-masonry-image-gallery/tags/3.0.1/functions/three-dot-nine.php

    r1315078 r1315079  
    5353
    5454        $thumbnail_width = get_option('thumbnail_size_w');
    55         $custom_css_width = '.gallery-item:not(.emoji), .gallery-item img:not(.emoji), gallery-item a:not(.emoji) { width: ' . $thumbnail_width . 'px !important; max-width: ' . $thumbnail_width . 'px !important; min-width: ' . $thumbnail_width . 'px !important; }';
     55        $custom_css_width = '.gallery-item:not(img.emoji), .gallery-item img:not(img.emoji), gallery-item a:not(img.emoji) { width: ' . $thumbnail_width . 'px !important; max-width: ' . $thumbnail_width . 'px !important; min-width: ' . $thumbnail_width . 'px !important; }';
    5656
    5757        wp_add_inline_style('jmig_stylesheet', $custom_css_width);
Note: See TracChangeset for help on using the changeset viewer.