iOS compatibility

This commit is contained in:
Théo Marchal 2022-03-04 13:56:46 +01:00
parent 0b19f84814
commit 14e784f821
2 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,10 @@ Now that there are now more than 900 of them, and it's as useful as ever! The we
`mogrify '*.png[x700>]'`
And this one allows to resize to 700x700px, but putting the image at the center if it is smaller than that.
`magick mogrify -resize 700x700 -background transparent -gravity center -extent 700x700 *.png`
### Licenses
This website has been developed in <strong>JavaScript</strong> using the <strong>jQuery</strong> library. It uses the <a href="https://github.com/alexanderdickson/waitForImages">waitForImages plugin</a>. All of those components are licensed under the MIT license, as is this website's source code. This website is <strong>HTML5</strong> and <strong>CSS3</strong> compliant.

View File

@ -122,7 +122,7 @@ $(document).ready(function()
function getFormattedSpriteButton(num)
{
if (num["sprite"] || num["origin"] == "Kanto")
return '<span class="button"><span class="left-arrow">⯇</span><span class="right-arrow">⯈</span></span>';
return '<span class="button"><span class="left-arrow">⮜</span><span class="right-arrow">⮞</span></span>';
return '';
}