fix video embeds with absolute raw URLs

This commit is contained in:
Seton Carmichael 2026-06-18 21:54:37 -04:00
parent 97eb320e0f
commit b85a492bd6

View file

@ -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. 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 ### 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. 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>
![Always on Top option in the popout window title bar menu](img/map/map_popout/always_on_top.png) ![Always on Top option in the popout window title bar menu](img/map/map_popout/always_on_top.png)