lennardv
Forum Replies Created
-
Forum: Plugins
In reply to: [ResizeFly] Applying gd filtersOk, for now i just changed the original source code, and commenting out the update mechanism.
Forum: Plugins
In reply to: [ResizeFly] Using 100×0 to keep aspect ratioIs the 100×[email protected] written to the resized folder? The 0 is replaced here with the resized value (which happens in Handler->parseRequestedImageSize()). The next time i call this image, it’s going through php again, creating an unnecessary added delay.
I fixed this for myself in resizefly by using REQUEST_URI in Handler->setImageName().
option_name option_value resizefly_options a:2:{s:5:"cache";a:3:{s:6:"suffix";s:7:"resized";s:4:"path";s:68:"/www/****/public_html/wp-content/uploads/resized";s:3:"url";s:58:"https://****/wp-content/uploads/resized";}s:10:"duplicates";a:2:{s:6:"suffix";s:19:"resizefly-duplicate";s:4:"path";s:80:"/www/****/public_html/wp-content/uploads/resizefly-duplicate";}} resizefly_purge_cache resizefly_remove_resized resizefly_resized_path resized resizefly_restrict_sizes resizefly_sizes a:4:{s:9:"thumbnail";a:4:{s:6:"active";b:1;s:5:"width";i:150;s:6:"height";i:150;s:4:"crop";b:1;}s:6:"medium";a:4:{s:6:"active";b:1;s:5:"width";i:300;s:6:"height";i:300;s:4:"crop";b:0;}s:12:"medium_large";a:4:{s:6:"active";b:1;s:5:"width";i:768;s:6:"height";i:0;s:4:"crop";b:0;}s:5:"large";a:4:{s:6:"active";b:1;s:5:"width";i:1024;s:6:"height";i:1024;s:4:"crop";b:0;}} resizefly_sizes_outofsync a:3:{s:3:"new";a:0:{}s:7:"updated";a:0:{}s:7:"missing";a:0:{}} resizefly_user_sizes a:0:{} resizefly_version 3.0.0 resizefly_version_initial 2.1.4
resizefly_version seems to be 3.0.0 in database but resizefly.php tells me it’s 3.1.0.
Forum: Plugins
In reply to: [ResizeFly] Fix for gutenbergOk,
Hmh i cant seem to reproduce it with all images. Some existing images that i imported in the library programmatically go wrong and some new images which i manually upload that are quite small and get upsized in the editor.
For now, i’ll use my fix in functions.php and assume this problem is specific to me.
Thanks!