Skip to main content
Solved

Upload Chapter Image

  • April 9, 2021
  • 2 replies
  • 78 views

How do we change the background image for the chapter? Currently it seems to be a solid color and one of my excluded slides.

 

I’d like to add a default image for my company when changing chapters that is not currently in the interactive video at all

Best answer by Morten

Hi Matt,

 

the chapter image is automatically a preview based off the upcoming step in your recording.

 

the code is here:

recording template / clicklearn html video / jsv_playerobject

 

you can add a display:none tag to that line to remove it.

or, if you have the technical ability - perhaps you can add your own image here using the insert → insert image as html

 

2 replies

Morten
Community Manager
Forum|alt.badge.img
  • Community Manager
  • Answer
  • April 26, 2021

Hi Matt,

 

the chapter image is automatically a preview based off the upcoming step in your recording.

 

the code is here:

recording template / clicklearn html video / jsv_playerobject

 

you can add a display:none tag to that line to remove it.

or, if you have the technical ability - perhaps you can add your own image here using the insert → insert image as html

 


This worked like a charm! I appreciate it