Index, Main: Use smaller images, preload relevant files.
This commit is contained in:
parent
843a1d0859
commit
fffda79ee2
2 changed files with 7 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ const persistedStateOptions = {
|
|||
console.error('Storage error', e)
|
||||
storageError = e
|
||||
}
|
||||
document.querySelector('#mascot').src = `/static/pleromatan_apology${isFox}.png`
|
||||
document.querySelector('#mascot').src = `/static/pleromatan_apology${isFox}_small.webp`
|
||||
document.querySelector('#status').removeAttribute('class')
|
||||
document.querySelector('#status').textContent = i18n.global.t('splash.loading')
|
||||
document.querySelector('#splash-credit').textContent = i18n.global.t('update.art_by', { linkToArtist: 'pipivovott' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue