@extends('site.help.partial.template', ['breadcrumb'=>'Sharing Photos & Videos'])
@section('section')
Sharing Photos & Videos
How do I create a post?
To create a post using a desktop web browser:
- Go to {{config('app.url')}}.
- Click on the link at the top of the page.
- Upload your photo(s) or video(s), add an optional caption and set other options.
- Click on the Create Post button.
To create a post using a mobile web browser:
- Go to {{config('app.url')}}.
- Click on the button at the bottom of the page.
- Upload your photo(s) or video(s), add an optional caption and set other options.
- Click on the Create Post button.
To create a post using a mobile app:
We do not support any mobile apps yet.
How do I share a post with multiple photos or videos?
During the compose process, you can select multiple files at a single time, or add each photo/video individually.
How do I add a caption before sharing my photos or videos on Pixelfed?
During the compose process, you will see the Caption input. Captions are optional and limited to {{config('pixelfed.max_caption_length')}} characters.
How do I add a filter to my photos?
This is an experimental feature, filters are not federated yet!
To add a filter to media during the compose post process:
-
Click the Options button if media preview is not displayed.
- Select a filter from the Select Filter dropdown.
How do I add a description to each photo or video for the visually impaired?
This is an experimental feature!
You need to use the experimental compose UI found here.
- Add media by clicking the Add Photo/Video button.
- Set a image description by clicking the Media Description button.
Image descriptions are federated to instances where supported.
What types of photos or videos can I upload?
You can upload the following media types:
@foreach(explode(',', config('pixelfed.media_types')) as $type)
- {{$type}}
@endforeach
{{--
What is the limit for photo and video file sizes?
--}}
{{--
When I share a photo, what's the image resolution?
--}}
{{--
Can I edit my post captions, photos or videos after sharing them?
--}}
@endsection