Plugin Directory

Changeset 2526062


Ignore:
Timestamp:
05/04/2021 04:11:16 PM (5 years ago)
Author:
hearthis
Message:

Height Bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hearthisat/trunk/public/class-hearthis-public.php

    r2526060 r2526062  
    689689        {
    690690            // min height with background img
    691             if( $this->has_bg_img() && $height < 170)
    692                 $_height = 170;
     691            if( $this->has_bg_img() && $height < 150)
     692                $_height = 150;
    693693            else
    694694                $_height = $height;     
Note: See TracChangeset for help on using the changeset viewer.