Module:Multiple image: Difference between revisions
avoid image lint |
imported>Terasail Use different class since it messes with Template:Infobox sports rivalry |
||
(One intermediate revision by one other user not shown) | |||
Line 232: | Line 232: | ||
local div = root:tag('div') | local div = root:tag('div') | ||
div:addClass('thumbinner') | div:addClass('thumbinner multiimageinner') | ||
div:css('width', tostring(bodywidth) .. 'px') | div:css('width', tostring(bodywidth) .. 'px') | ||
:css('max-width', tostring(bodywidth) .. 'px') | :css('max-width', tostring(bodywidth) .. 'px') |