Changeset 12309 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
- Timestamp:
- 12/08/2022 07:37:52 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
r12084 r12309 588 588 $html .= "#{$id} { background-image: url('{$banner}'); }"; 589 589 if ( ! empty( $banner_2x ) ) { 590 $html .= "@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1 44dpi) { #{$id} { background-image: url('{$banner_2x}'); } }";590 $html .= "@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 120dpi) { #{$id} { background-image: url('{$banner_2x}'); } }"; 591 591 } 592 592 $html .= '</style>';
Note: See TracChangeset
for help on using the changeset viewer.