Content posting troubleshooting


Videos, clips and movies

  • The video file size limit is 3 GB per video
  • Supported video formats include mp4, mov, avi.

Photos

  • Pictures should be less than 6000x6000 pixels

Posts and messages

  • Can include up to 40 pictures or videos. 
  • Pictures should be less than 6000x6000 pixels
  • The video file size limit is 3 GB per video
  • Supported video formats include mp4, mov, avi.



Was this helpful?
$(".uchaticon").click(function(){ $("#menunotify").modal("hide"); }); $(".unotifycon").click(function(){ $("#menuoptionone").modal("hide"); }); $(".uploadbtn").click(function(){ $("#menuoptionone").modal("hide"); $("#menunotify").modal("hide"); }); $(document).click(function(event) { if (!$(event.target).closest(".uchaticon, .unotifycon, .chathead, #menuoptionone, .menuoption").length) { $("#menuoptionone").modal("hide"); $("#menunotify").modal("hide"); } });