What is the best width and height of the image should be to show it without its pixels?
I have an app that allows users to sell or rent their cars by publishing an ad.
I developed a new feature. The feature allows the user to add his ad to the banner that exists on the main screen for a certain amount of money.
Before adding the ad to the banner the user should upload an image with a specific measurement.
I made the width of the image take the full screen and I made the height of the image take 10% of the screen.
The only obstacle that I face is knowing, What is the image width and height should be before uploading it to the server?
The image shows its pixels when shown on large screens.
What is the best width and height of the image should be to show it without its pixels? Because the image will be low quality.
