Position thumbnails on bottom with Fancybox
问题 I'm trying to get the thumbnails to display horizontally on the bottom using the latest Fancybox. While this example works, it's not working for me. I also tried the same example code from codepen on jsfiddle and it's not working, with the same issue I'm having. It just goes to the top left. The "top" CSS does not seem to have any effect with the thumbnails. What's going wrong? $('[data-fancybox="images"]').fancybox({ thumbs: { autoStart: true, axis: 'x' } }) .fancybox-thumbs { top: auto;