I don't see the most popular media module in backdrop, https://www.drupal.org/project/media , am wondering if there is another name or module is replacing this in backdrop ? I am looking for modules that can be used for short video management.

Comments

We should clarify that *some* of the functionality is in core. One thing that isn't possible is choosing a display mode for an image when embedding. And a few other things. But most people might be content with what is in core.

You can set the width or height and it'll display the image in that size but won't actually resize the file. To do that you can also use https://github.com/backdrop-contrib/image_resize_filter with it.

I don't think we've answered your question about managing videos yet. Do you want to upload them to a video field and have them display? If the video file is being uploaded to the site you can mostly do that with core.

If the videos are uploaded elsewhere this might help https://github.com/backdrop-contrib/video_embed_field/ or for embedding in a rich text editor I've used https://github.com/backdrop-contrib/video_filter.