Changes between Version 2 and Version 3 of Ticket #40439, comment 48
- Timestamp:
- 06/16/2019 03:20:40 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40439, comment 48
v2 v3 1 1 Updated the testing plugin (https://gist.github.com/azaozz/91101d686127137b0f5b850f0d269972) to try and overload the test server. Try uploading a larger image, over 2000px :) 2 2 3 If it's not enough, increase the ` 51` number of sub-sizes in the loop:3 If it's not enough, increase the `42` number of sub-sizes in the loop: 4 4 {{{ 5 5 for ( $i = 0; $i < 42; $i++ )