jools-r
jools-r
I think this is due to [this line](https://github.com/ganlanyuan/tiny-slider/blob/4d709735c417c2483e77a22d017fc1b18c04f0d4/src/tiny-slider.js#L270). Removing the `Math.floor` rounding function: ``` items = !autoWidth ? Math.floor(getOption('items')) : 1, ``` so that it reads: ``` items = !autoWidth...
I like the way this is going!!
Thanks Philippe @phiw13 for checking the other instances. And thanks Ruud @vanmelick (nice to see you here!) for the valid note about varying maxchar length depending on the charset used....
> For whatever reason, pagespeed Insights, GTmetrix, and dareboost all were saying that "Image elements do not have explicit width and height " ... "Set an explicit width and height...
@freshmeat123: I didn't encounter that when trialling a new multisite setup, but to avoid the error can you try inserting the following at [line 188](https://github.com/textpattern/textpattern/blob/5de2a79f011154c884129f562c875fe21c9f1d7b/sites/site1/admin/setup/index.php#L188) of `/sites/site1/admin/setup/index.php` ``` if (!function_exists('find_relative_path'))...
> The reason why I said I don't think it's possible. @cara-tm Not necessarily the answer you are looking for, but might you be able to leverage [parse_page()](https://github.com/textpattern/textpattern/blob/1f6e21e4299bb3957a593c165c49afaa4f909470/textpattern/lib/txplib_misc.php#L3611-L3643) in combination...
That's a pretty convincing explanation. I guess 95 is probably the most users you'll be able to select at once if you extend pagination to 96 so maybe that limits...
Potential solution: After studying this [Stackoverflow thread](https://stackoverflow.com/questions/7489742/php-read-exif-data-and-adjust-orientation) and various tests (particularly given the conflicting orientation suggestions in that thread), I added the following snippet to [class-thumb.php](https://github.com/textpattern/textpattern/blob/dev/textpattern/lib/class.thumb.php) ahead of [line 268](https://github.com/textpattern/textpattern/blob/fe2bcc98c12f50c5fb2aecf50da6f5e3e96405b6/textpattern/lib/class.thumb.php#L268),...
Ok, [PR 1817](https://github.com/textpattern/textpattern/pull/1817) submitted to the dev branch. Those who need it now can either cherry-pick the commit or copy across class.thumb.php from the dev branch. Feel free to make...
Yes, a 4.8.8 with those lines and a few others patched.* Hence my discovery of the error message (now corrected) when a GIF/PNG is uploaded. You can test it with...