|
@@ -23,7 +23,9 @@ Uppy is developed by [Transloadit](https://transloadit.com). Transloadit is the
|
|
|
2. [Form](https://uppy.io/docs/robodog/form/): integration with your existing HTML forms. Files will be uploaded to Transloadit, and the form will submit JSON information about the files and encoding results.
|
|
|
3. [Upload](https://uppy.io/docs/robodog/upload/): one-line programmatic uploads — call `transloadit.upload(files, opts)` and get an array of results back.
|
|
|
|
|
|
-<img src="https://media.giphy.com/media/Eq7T3GwDAlggE/giphy.gif">
|
|
|
+<center>
|
|
|
+ <img src="https://media.giphy.com/media/Eq7T3GwDAlggE/giphy.gif">
|
|
|
+</center>
|
|
|
|
|
|
Here’s a demo:
|
|
|
|
|
@@ -50,7 +52,9 @@ Or import it using an HTML script tag:
|
|
|
<script src="https://transloadit.edgly.net/releases/uppy/v0.30.3/robodog.min.js"></script>
|
|
|
```
|
|
|
|
|
|
-<img src="https://media.giphy.com/media/MqGA1Za9ar6lG/giphy.gif">
|
|
|
+<center>
|
|
|
+ <img src="https://media.giphy.com/media/MqGA1Za9ar6lG/giphy.gif">
|
|
|
+</center>
|
|
|
|
|
|
## Dashboard Improvements
|
|
|
|