The old gallery slideshow system was controlled by a
gallery/js/slideshow.js file but the new way it is controlled by
bootstrap (I think)
The old way had the arrows outside of the image space - the new way has
them over the top of the images, which you can't see if you have a
dark/black image.
Also bootstrap carousel allows for adding link circles, which we might
want to go with.
eg:
<ol class="carousel-indicators">
{foreach from=$images item=image key=k name=images}
<li data-target="#slideshow{$instanceid}" data-slide-to="{$k}"></li>
{/foreach}
</ol>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1530606
Title:
Internal image slideshow doesn't have "First" and "Last" buttons
anymore
Status in Mahara:
Confirmed
Status in Mahara 15.10 series:
Confirmed
Status in Mahara 16.04 series:
Confirmed
Bug description:
Mahara 15.10+
In Mahara 1.9 we introduced the possibility to jump to the first and
last image within an image gallery. See
http://manual.mahara.org/en/1.9/blocks/files.html#index-7
This is currently not possible anymore in 15.10+.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1530606/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~mahara-contributors
Post to : [email protected]
Unsubscribe : https://launchpad.net/~mahara-contributors
More help : https://help.launchpad.net/ListHelp