Changeset 1315079
- Timestamp:
- 12/23/2015 02:35:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
jquery-masonry-image-gallery/tags/3.0.1/functions/three-dot-nine.php
r1315078 r1315079 53 53 54 54 $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; }'; 56 56 57 57 wp_add_inline_style('jmig_stylesheet', $custom_css_width);
Note: See TracChangeset
for help on using the changeset viewer.