speedtest -f json -I eth0
I also test the WISP connection on eth1 <link rel="canonical" href="https://www.twintown.com/collections/acoustic-guitars"/> javascript:prompt('URL',window.location.origin+window.location.pathname)
Edit: But be aware that some sites (like this one) need the parameters in the query string. source.jpg?width=400
Iff source width is greater than 400px, scale down to 400px wide. source.jpg?height=300
Iff source height is greater than 300px, scale down to 300px high. source.jpg?width=400&height=300
Iff source width is greater than 400px or source height is greater than 300px, scale down to fit within a 400px by 300px box. source.jpg?width=400&height=300&crop=true
Crop source to a 4x3 aspect ratio. Iff result is larger than 400px by 300px, scale down. transform: {
width: 1600,
height: 900,
resize: 'cover'
}
Will the returned image be 675px tall, maintaining the 16×9 aspect ratio I want? div {
width: 640px;
aspect-ratio: 16 / 9;
}