Skip to content

General Settings

The General section under Fluent Player → Settings sets site wide defaults for every player on your site. Use it to choose the default preset and aspect ratio, enable resume playback, and add global custom CSS. These values apply everywhere unless a preset or a per media setting overrides them.

To open it, go to Fluent Player → Settings and select General from the inner settings sidebar. See Settings Overview for how global settings relate to presets and per media overrides.

Default Preset

The preset grid shows every available player skin. The selected preset has a checkmark and a highlighted border. That choice becomes the default look and behavior for new media items that do not pick a different preset.

PresetCharacter
DefaultBalanced layout with standard controls
ModernRounded corners and floating controls
SimpleMinimal UI, clean and distraction free
StandardClassic control bar layout
FloatingControl bar floats over the video
MinimalBare bones controls
Ambient (Pro)Muted autoplay, hidden controls, loop on end — tuned for background video

General Settings

TIP

Changing the default preset does not update media that already has an explicit preset assigned. It applies to new media and to items with no preset override.

You can create additional skins with custom presets (Pro) and set one of those as the site default here.

Default Aspect Ratio

Use the Default Aspect Ratio dropdown to set how players size themselves site wide. Common options include Original, 16:9, and 4:3.

Individual media items and block embeds can override this under Block tab → General Settings when a specific video needs a different ratio.

Auto Resume Playback

Checkbox: Enable Auto Resume Playback — "Let your users resume watching from where they left off."

When this global toggle is on, FluentPlayer Pro stores playback position in the viewer's browser. The next time they open the page with that video, it starts from where they stopped.

General Settings

Resume playback works at three levels. All relevant toggles should be on for a given embed:

LevelWhere to enable
GlobalSettings → GeneralEnable Auto Resume Playback
PresetSave play position in the preset’s behaviors
Per embedBlock tab → General SettingsRemember Playback Position

INFO

The global toggle in Settings and the per embed Remember Playback Position control work together. Enable both (plus the preset behavior when you use presets) so resume works as expected on a specific video.

TIP

Playback position is stored in the viewer’s browser. It does not carry over to another device or browser, and clearing site data will reset it.

Single Playback

Checkbox: Pause other players when one starts — "Pause every other player on the page when a video starts, so only one plays at a time."

When a page has more than one FluentPlayer video on it, starting one video pauses all the others. Viewers never end up with two soundtracks playing over each other. It matters most on media libraries, lesson pages, and article layouts, where several videos can sit close together on the same page.

This is on by default, and it's a free feature. Most sites should leave it alone.

You'll find it at the bottom of the General panel, just below Auto Resume Playback.

The Single Playback setting in General Settings

When to turn it off: if you deliberately want players to run at the same time — for example a muted background video that should keep looping while a viewer watches a different video on the same page.

Ambient and background video

If you use the Ambient preset for a decorative background video, consider turning Single Playback off. Otherwise starting any other video on the page will pause your background loop.

Custom CSS

A text area for global CSS that applies to every FluentPlayer instance on your site. The UI suggests scoping your rules:

css
.fluent-player {
  /* your overrides here */
}

Use this for small tweaks that presets do not cover — for example, progress bar height or tooltip colors. For larger visual changes, edit or create a preset instead of relying on global CSS alone.

If the player looks broken after a theme update, check for CSS conflicts here and in your theme before changing other settings. See Common Issues & Fixes for troubleshooting tips.

Saving Changes

Click Save Settings in the top right of the General panel after you make changes. New page loads will use the updated defaults immediately.

Per media and block overrides still take priority. If a video does not reflect a global change, open that media item and confirm it is not overriding the setting at the preset or block level.