wiki/howto/tutorials/sailinganalytics/tracking-race-player.md
... ...
@@ -1,15 +1,10 @@
1 1
The video below gives an excellent overview of the main functionality of the SAP Race Player which is accessible on a per-race basis via the "Races/Tracking" Tab of a regatta.
2 2
3
-## Application functionality
4
-
5
-<iframe
6
- title="vimeo-player"
7
- src="https://player.vimeo.com/video/786236240?h=5837f0d8b3"
8
- width="640"
9
- height="360"
10
- frameborder="0"
11
- allowfullscreen>
12
-</iframe>
3
+# Iframe Test
4
+
5
+Here is an example iframe embedding example.com:
6
+
7
+<iframe src="https://example.com" width="300" height="200" frameborder="0"></iframe>
13 8
14 9
15 10