- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Been trying to figure out why XF's lightbox doesn't display thumbnails by default even though the default in
Long story short is Fancybox doesn't coerce that option.
From jquery.fancybox.js:
JavaScript:
Might be worth it to cast the setting before it gets passed along to Fancybox.
JavaScript:
XF.Lightbox
is options.lbThumbsAuto = 1
, nor could I get it to work as expected when you override the defaults.Long story short is Fancybox doesn't coerce that option.
From jquery.fancybox.js:
JavaScript:
Might be worth it to cast the setting before it gets passed along to Fancybox.
JavaScript:
thumbs: {...
نام موضوع : Lightbox defaults not used because of type