Change vid mb limit (#306)
* Improve and finalize video upload * Modify video edit page style * Change vid mb limit
This commit is contained in:
parent
0dc24677ad
commit
c87607e4a4
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue