ashleydw / lightbox

A lightbox gallery plugin for Bootstrap
http://ashleydw.github.io/lightbox
MIT License
1.85k stars 1.3k forks source link

Add option to force display controls on videos #207

Closed SebCorbin closed 8 years ago

SebCorbin commented 8 years ago

This adds the option force_arrows (defaults to false) so that some themes can be able to show arrows outside of media. Also fixes resizing after the iframe has been injected to HTML.

This proposal has been made through online editor, thus not building the compressed file

SebCorbin commented 8 years ago

Related to #206

ashleydw commented 8 years ago

This is on the wrong branch for future commits; this is the dev version: https://github.com/ashleydw/lightbox/tree/v4_0_1_jquery3_bootstrap4

If you don't want to modify the source, you could always hook into the event for the content loaded and force show the arrows using the css display option.

SebCorbin commented 8 years ago

These are not the versions I'm working with...