How to change the srcset of woocommerce product thumnails
Question
I am using the add_filter
function to change the product image src and srcset. Unfortunately, only the src is changed but the srcset set remains the same. Which filter can I use to modify the srcset of woocommerce product images?
Here’s the code:
add_filter('wc_get_attachment_image_attributes',array(<Class>,<Function>),999);
0
4 months
0 Answers
17 views
0
Leave an answer
You must login or register to add a new answer .