Module:Sandbox/ProcrastinatingReader: Difference between revisions

Content deleted Content added
No edit summary
"basically a square"
Line 9:
local ratio = page.file.width / page.file.height
if ratio > 1.2 then
new_width = 160
elseif ratio < 0.8333 then
else
new_width = 120
end