Change vid mb limit (#306)

* Improve and finalize video upload

* Modify video edit page style

* Change vid mb limit
This commit is contained in:
Ben Halpern 2018-05-10 13:03:00 -04:00 committed by GitHub
parent 0dc24677ad
commit c87607e4a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
key: "video-upload__#{SecureRandom.hex}",
key_starts_with: "video-upload__",
acl: "public-read",
max_file_size: 500.megabytes,
max_file_size: 2500.megabytes,
id: "s3-uploader",
class: "upload-form",
data: {:key => :val} do %>
@ -33,7 +33,7 @@
<% end %>
<div style="margin:50px auto;max-width:80%;font-size:0.86em;">
<p>
Video is beta. Max 500mb, email <a href="mailto:ben@dev.to">ben@dev.to</a> if you have any problems.
Email <a href="mailto:ben@dev.to">ben@dev.to</a> if you have any problems.
</p>
</div>
</center>