Jek-fdrv
Forum Replies Created
-
Great answer, Thanks Pedro!
Let me try describe a list of goals which i try to achieve with plugin:
1) Automatic generate required image size not upon loading new image but upon request. So client upload a big image, like 4000 px in width, but we need it only for container with 500px width, so i would like to add some additional attributes to the img tag, like <img width=”500px”… so plugin will automatically generate lower size version of that image like 500 and 1000 (fore retina) and then convert them both to webP. And if it done in async (on API server) then, lets first response with big original image but on the next request it will return the previously generated 500 and 1000 width versions.
2) If image are full width (take 100% width of client browser) and client uploaded a super big image like 6000 px in width, but we use it in a tag like <img widht=”100%”… then let me ask your plugin to create a list of sizes for this case, like 5120 (5k retina, 3840 fullHD retina, 3072, 1920 and 1440)
I get this list after some research for a most popular device resolutions, and i will use srcset and sizes attrbiutes to explain browser which image i need to use when.3) Lazy load.
- This reply was modified 2 years, 3 months ago by Jek-fdrv.
Forum: Plugins
In reply to: [EWWW Image Optimizer] I would like to generate different image size via php.I use WPEngine which already has cdn and storage. Can i still use your plugin?
Forum: Plugins
In reply to: [EWWW Image Optimizer] I would like to generate different image size via php.Actually no.
I just need function which will generate additional versionn of the original uploaded image with smaller size.
For example use upload image 4000 on 4000 pixels. And i will need to resize it to 1920 on auto (keep original image ratio), and then i also would like to compress it.Forum: Plugins
In reply to: [EWWW Image Optimizer] I would like to generate different image size via php.Like I said this is a code example.
So i am preaty sure you dont have generate_ShortPixel.
In the code example i try to show what kind of functionaly we need on our website with your plugin.Forum: Plugins
In reply to: [Fly Dynamic Image Resizer] Fly image version is darker then original.first image url now is:
https://paytatodev.wpengine.com/wp-content/uploads/2022/06/video_poster.png
3 days passed, please help =)
- This reply was modified 2 years, 3 months ago by Jek-fdrv.
Got it. Thanks
@bvytis Thanks for the answer. But actually there is no answer =)
I have used plugins by default, but actually it doesnt create the right size, and do not support retina.Forum: Reviews
In reply to: [Admin Columns for ACF Fields] Works like a sharm!function my_admin_columns($field_value) { global $post; if($post->ID == 1) { return 2; } return $field_value; } add_filter('acf/admin_columns/column/status','my_admin_columns');
Works! =)
Forum: Plugins
In reply to: [Admin Columns for ACF Fields] Hook in to output htmlfunction my_admin_columns($field_value) { global $post; if($post->ID == 1) { return 2; } return $field_value; } add_filter('acf/admin_columns/column/status','my_admin_columns');
Works! =) Thanks!
Forum: Plugins
In reply to: [Yoast SEO] Xml Sitemap Last Mod. is “c”The same issue after update yoqst for newest version. 14.5.
I have cleared all cache, any kind of cache was erased.– When you go to a page and update each one of them, does it fix your issue?
No =(Also. how can I update paginated page?
Forum: Fixing WordPress
In reply to: Paginated search result show home pageIt is should not be like that.
As home page doest have any archive to show.Forum: Fixing WordPress
In reply to: Paginated search result show home pageIt should redirect may be to
domain.com/?s
Forum: Plugins
In reply to: [WebP Express] How i can ignore .gif?Thanks you, you are amazing! =)
Forum: Plugins
In reply to: [WebP Express] How I can recreate webp for individual image?Hi Rosel. One more question, how we can support webP with transparent background and also with animation from gif?
Forum: Plugins
In reply to: [WebP Express] How I can recreate webp for individual image?So for failed image I should be able to find log about that image in the same directory as image?
I dont know why but it doenst work for me.
Exmple: https://src.fdrv.guru/190811193633.jpg