dimsemenov / Magnific-Popup

Light and responsive lightbox script with focus on performance.
http://dimsemenov.com/plugins/magnific-popup/
MIT License
11.39k stars 3.48k forks source link

Blinking cursor at close button #787

Open p-Enzi opened 8 years ago

p-Enzi commented 8 years ago

Is there any tip to remove the annoying blinking text cursor at the close button? When showing pictures in lightbox Magnific-Popup is the only lightbox I have ever seen with this blinking text cursor destroying every layout.

p-Enzi commented 8 years ago

Solved with the focus option: $(function() { $('a[rel*="lightbox"]').magnificPopup({ focus: 'img.mfp-img', type: 'image', ....

This or something like this should be set as default. I guess nobody is kenn to have this annoying blinking cursor at the close button in the lightbox (which is the default right now.)