mirror of https://github.com/Chocobozzz/PeerTube
Also add stripes to square videos
parent
9e9a00d7f8
commit
0cbe9a471f
|
@ -93,7 +93,7 @@ async function autoResize (options: {
|
||||||
const { sourceImage, newSize, destination } = options
|
const { sourceImage, newSize, destination } = options
|
||||||
|
|
||||||
// Portrait mode targeting a landscape, apply some effect on the image
|
// Portrait mode targeting a landscape, apply some effect on the image
|
||||||
const sourceIsPortrait = sourceImage.getWidth() < sourceImage.getHeight()
|
const sourceIsPortrait = sourceImage.getWidth() <= sourceImage.getHeight()
|
||||||
const destIsPortraitOrSquare = newSize.width <= newSize.height
|
const destIsPortraitOrSquare = newSize.width <= newSize.height
|
||||||
|
|
||||||
removeExif(sourceImage)
|
removeExif(sourceImage)
|
||||||
|
|
Loading…
Reference in New Issue