Add an illustration to the background of the player in Story

Jan 16, 2019

Hi,

If you need to add an image to the bottom of your content in storyline you just have to do the following steps:

  • Public you storyline.
  • Go to the folder HTML5 - DATA - CSS - OUTPUT.MIN.CSS
    Once you open the Output.min.css file OPEN with SUBLIME, press CTRL + F and search:
    "Cs-slide-container"
  • Modify the background code where "cs-slide-container" appears, it should look like this:
    "
    .cs-pxabnsnfns00001100101.cs-base .cs-area-primary .cs-slide-container {
    background-image: url ("../../../ play.png");
    }
    "
    play.png, refers to the background you want, if your file is called contenido.jpg modify the code and leave it like this:
    "
    .cs-pxabnsnfns00001100101.cs-base .cs-area-primary .cs-slide-container {
    background-image: url ("../../../ contenido.jpg");
    }
    "

I hope it helps you.

Cristina, instructional designer. 

Be the first to reply

This discussion is closed. You can start a new discussion or contact Articulate Support.