From 266c86b95819356b7c13a4f66b9fca02d6c68cd4 Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Sat, 23 Jan 2021 13:50:24 +0100 Subject: [PATCH] Don't tell about the scaling feature, as it does not work everywhere. --- src/App.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.js b/src/App.js index 6b6bc8e..94e2881 100644 --- a/src/App.js +++ b/src/App.js @@ -290,8 +290,11 @@ function App() { ) : null} {!!originalPhoto && !!frameURL ? (<> +

Reposition your Photo:

+ {/*

Edit your Photo:

Your can reposition the image and scale it. Use pinch-to-zoom or scroll to scale.

+ */}