Plugin Directory

Changeset 2444727


Ignore:
Timestamp:
12/23/2020 03:04:42 AM (5 years ago)
Author:
mrdigital
Message:

Max width fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simple-image-popup/trunk/simple-image-popup.php

    r2444725 r2444727  
    88 * License: GPL v2 or later
    99 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    10  * Version: 1.3.1
     10 * Version: 1.3.2
    1111 */
    1212
     
    289289
    290290
    291                     <div id="popup" class="sip_popup mfp-hide" style="max-width:<?php echo $max_width; ?>">
     291                    <div id="popup" class="sip_popup mfp-hide" style="max-width:<?php echo $max_width; ?>px">
    292292
    293293                                <?php if ($link && !$clicktoclose): ?>
Note: See TracChangeset for help on using the changeset viewer.