Set a background image behind your Articulate Storyline or Presenter project

Опубликовано: 12 Июнь 2026
на канале: Jeff Kortenbosch (Serious Learning.)
2,857
6

By default Storyline and Studio'13 allow you to set a background color for the HTML page in which your course is viewed. Unfortunately you cannot set an image... or can you?

Check out this quick tutorial on how to make that happen.

The code I replaced looks like this:
Line 11: body {margin: 0px; background: url('images/background.png')no-repeat 0 0; background-position: center;}

Line 135: var g_strWMode = "transparent";