bootstrap-lightbox icon indicating copy to clipboard operation
bootstrap-lightbox copied to clipboard

Revert "Fix for Bootstrap 3.1+"

Open jbutz opened this issue 10 years ago • 3 comments

Reverts jbutz/bootstrap-lightbox#61

jbutz avatar Jul 08 '14 17:07 jbutz

Can not Work in Bootstarp 3.3.1(New 2014.11)

asas111111 avatar Nov 20 '14 06:11 asas111111

Hi, dont work with Bootstrap v3.3.1 because of 'hide' class : in 3.2.0 hide is "display:none !important" instead of "display:none" Temp fix for me : no hide class and a style added : <div id="myLightbox" class="lightbox fade" tabindex="-1" role="dialog" aria-hidden="true" style="display:none;">

thribiere avatar Dec 15 '14 10:12 thribiere

Can not Work in Bootstrap v3.3.6

error message bootstrap.min.js:6 Uncaught TypeError: Cannot read property 'offsetWidth' of undefined

drankdoll avatar Mar 03 '16 15:03 drankdoll