Module:Listbox: Difference between revisions

Want an adless experience? Log in or Create an account.
add heights gallery arg
(pull image from Extra (forgot I already made it that easy on myself) and set widths)
(add heights gallery arg)
Line 56: Line 56:
   local Gallery = Lazy.load( 'Module:Gallery' ).Gallery
   local Gallery = Lazy.load( 'Module:Gallery' ).Gallery
   local gallery = Gallery.new{
   local gallery = Gallery.new{
     widths = '62px'
     widths = '62px',
    heights = '62px'
   }
   }
   for _, page in ipairs( pages ) do
   for _, page in ipairs( pages ) do