Content deleted Content added
is the limit actually needed? |
try placing at start of caption |
||
Line 42:
for i = 1, #sortedLines do
if i < MAX_IMAGES_FOR_MOBILE then
sortedLines[i] = sortedLines[i]
end
end
|
is the limit actually needed? |
try placing at start of caption |
||
Line 42:
for i = 1, #sortedLines do
if i < MAX_IMAGES_FOR_MOBILE then
sortedLines[i] = sortedLines[i]
end
end
|