You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f0fc1a4362
Use a file upload onwiki for simplest approach, or specify srcset info in an array if that's not an option or otherwise not desired. For instance to just reuse a $wgLogo and $wgLogoHD already set for a 160x160px logo, but where the HD versions actually come out the right size: $wgTimelessLogo = [ '1x' => $wgLogo, '1.5x' => $wgLogoHD['1.5x']", '2x' => $wgLogoHD['2x'], 'width' => 160, 'height' => 160 ]; Or to use File:Cows.svg uploaded onwiki: $wgTimelessLogo = 'Cows.svg'; And the same thing with $wgTimelessWordmark to replace the site title string with an image version. Fallback behaviour remains unchanged, if just not using these. Bug: T132004 Bug: T230663 Change-Id: I0d7b398935045ba69462252d40832ed95ad2d5ed |
5 years ago | |
---|---|---|
.. | ||
extensions | 5 years ago | |
images | 5 years ago | |
libraries | 5 years ago | |
themes | 6 years ago | |
forms.less | 6 years ago | |
main.js | 6 years ago | |
mixins.less | 5 years ago | |
mobile.js | 5 years ago | |
ooui.less | 6 years ago | |
print.css | 9 years ago | |
screen-common.less | 5 years ago | |
screen-desktop-full.less | 6 years ago | |
screen-desktop-mid.less | 5 years ago | |
screen-desktop-small.less | 5 years ago | |
screen-desktop.less | 5 years ago | |
screen-misc.less | 6 years ago | |
screen-mobile.less | 5 years ago | |
variables.less | 6 years ago |