Changes

Test changing gallery pic size
Line 350: Line 350:  
         end
 
         end
 
         if form.normal then
 
         if form.normal then
             table.insert(result, cg(form.name))
+
             table.insert(result, cg(form.name, false, "352px"))
 
         end
 
         end
 
         if form.damaged then
 
         if form.damaged then
             table.insert(result, cg(form.name, true))
+
             table.insert(result, cg(form.name, true, "352px"))
 
         end
 
         end
 
     end
 
     end
Anonymous user