Changeset 29947


Ignore:
Timestamp:
Oct 9, 2014, 1:57:39 PM (10 years ago)
Author:
JanisV
Message:

Fixed info button for retina display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Fotorama/template/info_button.css

    r29918 r29947  
    1111@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
    1212  .fotorama__info-icon {
    13     background: url('../template/info_button@2x.png') no-repeat scroll -64px 0;
    14     background-size: 96px 160px;
     13    background: url('../template/info_button@2x.png') no-repeat scroll;
     14    background-size: 32px 32px;
    1515  }
    1616}
Note: See TracChangeset for help on using the changeset viewer.