Search the Community
Showing results for tags 'aspect-ratio'.
-
Ability to crop artist image to desired aspect ratio during upload.
SheepYY039 posted a topic in Feature Requests
Hi, I was hoping to upload artist images but the images seem to be squished if the aspect ratio of it is not 1:1. Additionally, I have tried to drag and drop my images into the drag and drop area but it doesn't seem to upload my image, instead, it either brings me to the website of the image or it just shows it full screen. I have tired to upload from chrome and firefox, and to the web interface and the mac application, but none of them are working. Did I do anything wrong? -
Hi, I just noticed today while browsing emby (the webapp), The aspect ratios aren't maintained for some cast images. For example, In the movie American Made, there is a member of the cast Jesse Plemons, his pic seems to be squeezed horizontally, making it look a bit weird. The exact pic in question can be found here for your testing, https://image.tmdb.org/t/p/original/4fdE4D8e2DEtFL4QgdorQOAI9RT.jpg I have narrowed down the issue to, https://github.com/MediaBrowser/emby-webcomponents/blob/master/cardbuilder/card.css#L277 Changing background-size to 'cover' seems to have solved the problem, and from my testing there doesn't seem to be any negative effect to the other images. I hope that helps you figure it out. Thanks,