Voyager 2
2.x
2.x
  • Introduction
  • Javascript
  • Media Manager
  • Plugins
  • Settings
  • bread
    • Actions
    • BREAD Builder
    • Layouts
    • Lists
    • Manipulate data
    • Multilanguage
    • Relationships
    • Validation
    • Views
  • contributing
    • Assets
    • CSS
    • Introduction
  • de
    • index
  • formfields
    • Checkboxes
    • Date & Time
    • Dynamic input
    • Formfields
    • Media Picker
    • Number
    • Password
    • Radios
    • Relationship
    • Repeater
    • Select
    • Simple array
    • Slider
    • Slug
    • Tags
    • Text
    • Toggle
  • getting-started
    • Installation
    • Prerequisites
    • Tips and tricks
    • What is Voyager
  • overriding
    • Overriding formfields
    • Icons
  • plugins
    • Assets
    • Components
    • Features
    • Filter
    • Plugin development
    • Language
    • Menu Items
    • Custom pages
    • Preferences
    • Routes
    • Settings
    • Widgets
Powered by GitBook
On this page
  • Selecting files
  • Downloading files
  • Mime types
  • Image optimization
  • Thumbnails
  • Watermark

Was this helpful?

Media Manager

PreviousJavascriptNextPlugins

Last updated 3 years ago

Was this helpful?

Selecting files

You can select multiple files by pressing Ctrl while clicking your desired files.

Downloading files

After selecting your file(s) you can click the Download button in the toolbar. If you selected more than one file a ZIP archive will be generated.

Mime types

You can set which mime-types are shown in the media-manager by adding mimes to the media.mime-types setting. Read more about this .

Image optimization

By default all images are optimized through . You can turn this off in the settings. Please follow the on how to install various optimization plugins.

Thumbnails

You can generate thumbnails by adding settings to a group called "Thumbnails". Add a formfield Dynamic select and enter voyager.get-thumbnail-options as the route in the options. Now you can enter the name (which will be the suffix of the filename) and various options, depending on the thumbnail method you choose.

Watermark

You can automatically add a watermark to each uploaded image. To do this, go to Settings and select the Watermark tab. There you can pick an image, set the size, position and opacity of the watermark. If you don't want to add watermarks anymore, simply remove the watermark image from the media-picker.

here
spatie/laravel-image-optimization
official documentation