fix video embeds with absolute raw URLs
This commit is contained in:
parent
97eb320e0f
commit
b85a492bd6
1 changed files with 2 additions and 2 deletions
|
|
@ -60,13 +60,13 @@ The in-game overlay has independent **Window** and **Map** opacity controls. Kee
|
|||
|
||||
Rotate the map manually with the rotation control, or lock it to your player camera heading so it always faces the direction you're looking. Switch between free and locked at any time without losing your current view.
|
||||
|
||||
<video src="img/map/map_rotation/rotate_manual_and_player_locked.mp4" controls></video>
|
||||
<video src="https://git.farmtowntech.com/setonc/railroader-setons-special-sauce/raw/branch/main/img/map/map_rotation/rotate_manual_and_player_locked.mp4" controls></video>
|
||||
|
||||
### Popout Window
|
||||
|
||||
Pop the map into a detached native OS window. Drag it to any monitor, resize it freely, and pin it always-on-top via the window's right-click title bar menu. Re-attach it back into the game overlay at any time from the settings panel without losing your position, zoom, or rotation.
|
||||
|
||||
<video src="img/map/map_popout/map_popout_reattach.mp4" controls></video>
|
||||
<video src="https://git.farmtowntech.com/setonc/railroader-setons-special-sauce/raw/branch/main/img/map/map_popout/map_popout_reattach.mp4" controls></video>
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue