For one of my projects I am switching from Galleria to Fotorama.io in order to display a presentation. Basically I show slides that are exported from a presentation software.
Fotorama looks great so far, and the thumbnails offer a good way to navigate across the different slides but I am trying to add an additional navigation/control bar with useful buttons to move to the first image, previous, next and last image as well as displaying a progress bar and slide number.
Unfortunately I could not find a way to modify the current theme or layout, so I will appreciate if someone can suggest ideas on how to change the default theme to add an additional bar to the bottom of the player.
What I need is just to keep the player with 100% width but instead of 100% height (because this player will be embedded in other pages) I need to put a small horizontal div at the bottom (let's say 40px) to add the control bar. Here is an example showing the control bar DIV I want to add.
Looking the generated source code I am under the impression that it should be added below fotorama__nav-wrap div.
Any ideas how to proceed?