Ignore:
Timestamp:
Oct 20, 2010, 10:49:29 PM (14 years ago)
Author:
grum
Message:

fix bug and implement new features
bug:1926, bug:1927, bug:1929, bug:1930, bug:1931, bug:1939, bug:1946

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GMaps/js/gmapsPicture.js

    r7177 r7308  
    22 * -----------------------------------------------------------------------------
    33 * file: gmapsPicture.js
    4  * file version: 1.0.0
    5  * date: 2010-10-10
     4 * file version: 1.1.0
     5 * date: 2010-10-20
    66 */
    77
     
    106106          $('#iGMapsIcon').css(
    107107            {
    108               width: ($(window).width()*0.8)+'px',
    109               height:($(window).height()*0.8)+'px'
     108              width: ($(window).width()*gmaps.popupAutomaticSize)+'px',
     109              height:($(window).height()*gmaps.popupAutomaticSize)+'px'
    110110            }
    111111          );
Note: See TracChangeset for help on using the changeset viewer.