In web version, allow starting post from an existing image, like in iOS version
In iOS version, we can start a new post by selecting an existing image, and the post then matches the size of that image and the image is added to the background. In web version we need to know the dimensions of the image ahead of time, create a blank post, then add the image to the background ourselves.
1
vote