Skip to content

5.0.0

Latest
Compare
Choose a tag to compare
@digitas-git digitas-git released this 12 Sep 09:57
6b5de46

JUMP FORWARD PLUGIN

New Feature: Inline SVG icon for jump forward button

  • Setting iconSpritePathJumpForward: This option enables you to define the path to your SVG icon sprite. When specified, it allows for dynamic generation of inline SVG icons, which will be displayed on the jump forward button. Further information can be found here.
  • Important CSS Adjustment: If you're planning to use iconSpritePathJumpForward and your current setup includes background icons defined in CSS, you'll need to make a small but crucial update to your CSS file. Please remove any CSS rules that apply background icons to these buttons. This step is necessary to prevent the display of both SVG and background icons simultaneously.

SKIP BACK PLUGIN

New Feature: Inline SVG icon for skip back button

  • Setting iconSpritePathSkipBack: This option enables you to define the path to your SVG icon sprite. When specified, it allows for dynamic generation of inline SVG icons, which will be displayed on the skip back button. Further information can be found here.
  • Important CSS Adjustment: If you're planning to use iconSpritePathSkipBack and your current setup includes background icons defined in CSS, you'll need to make a small but crucial update to your CSS file. Please remove any CSS rules that apply background icons to these buttons. This step is necessary to prevent the display of both SVG and background icons simultaneously.