Plugin Directory

Changeset 679907


Ignore:
Timestamp:
03/11/2013 05:57:10 PM (13 years ago)
Author:
elsteno
Message:

tagging version 1.02

Location:
wp-soononline-page
Files:
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • wp-soononline-page/tags/1.02/readme.txt

    r673729 r679907  
    44Requires at least: 3.3
    55Tested up to: 3.5.1
    6 Stable tag: 1.01
     6Stable tag: 1.02
    77
    88Creates a Soon Online Page (cooning soon) that is visible by all not logged in wordpress users.
     
    3636**1.01** 
    3737Added : Upload background image, Option to stretch background image, Option to repeat background image
     38
     39**1.02**
     40Fix strech image problem
  • wp-soononline-page/tags/1.02/soononlinepage-home.php

    r673474 r679907  
    7979                background-position: center center;
    8080                <?php if (get_option('soonOnlineRepeatBGimage')==1) { echo " background-repeat: repeat;"; } else { echo "  background-repeat: no-repeat;"; } ?>
    81                 <?php if (get_option('soonOnlineStretchBGimage')==1) { echo " background-size: 100%;"; }?>
     81                <?php if (get_option('soonOnlineStretchBGimage')==1) { echo "   -webkit-background-size: cover;
     82  -moz-background-size: cover;
     83  -o-background-size: cover;
     84  background-size: cover;"; }?>
    8285                color: #FFF;
    8386                font-family: Arial, Helvetica, sans-serif;
  • wp-soononline-page/trunk/readme.txt

    r673729 r679907  
    44Requires at least: 3.3
    55Tested up to: 3.5.1
    6 Stable tag: 1.01
     6Stable tag: 1.02
    77
    88Creates a Soon Online Page (cooning soon) that is visible by all not logged in wordpress users.
     
    3636**1.01** 
    3737Added : Upload background image, Option to stretch background image, Option to repeat background image
     38
     39**1.02**
     40Fix strech image problem
  • wp-soononline-page/trunk/soononlinepage-home.php

    r673474 r679907  
    7979                background-position: center center;
    8080                <?php if (get_option('soonOnlineRepeatBGimage')==1) { echo " background-repeat: repeat;"; } else { echo "  background-repeat: no-repeat;"; } ?>
    81                 <?php if (get_option('soonOnlineStretchBGimage')==1) { echo " background-size: 100%;"; }?>
     81                <?php if (get_option('soonOnlineStretchBGimage')==1) { echo "   -webkit-background-size: cover;
     82  -moz-background-size: cover;
     83  -o-background-size: cover;
     84  background-size: cover;"; }?>
    8285                color: #FFF;
    8386                font-family: Arial, Helvetica, sans-serif;
Note: See TracChangeset for help on using the changeset viewer.