Replies: 1 comment
-
|
Hey Dzembak, This is not controlled by BootstrapBootstrap provides CSS and JavaScript components, but it does not include product-category templates or generate image markup. The Based on your mention of product categories, this appears to be related to WooCommerce or a WordPress theme rather than Bootstrap itself. If this is WooCommerceWordPress normally calculates image-loading attributes automatically. It may intentionally omit Check multiple products farther down the category page, not only the first image. If a custom theme bypasses that behavior, you can replace WooCommerce's product-loop thumbnail callback from a child theme or custom plugin: Do not modify WooCommerce or Bootstrap core files because an update will overwrite the change. I would also avoid forcing lazy loading on every image. The first visible product image may be better left eagerly loaded, while off-screen products should use To identify the exact template that needs changing, we would need the name and version of the WordPress theme or plugin producing the product grid, plus the rendered References:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
It is lookjs like loading="lazy" feature is not included for images within product category. Could you please give me a quick note how to modify your template?
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions