Mobile layout image WC
-
Hello, I have my own image size for mobile devices and I would like to display them for mobile users. How can this be implemented?
Here is the same piece of code and I need to substitute it for mobile devices
function true_add_image_size() { add_image_size( 'mobile', 200, 300, true ); }
I need to apply this on woocomerce product category page instead of large image sizes
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Mobile layout image WC’ is closed to new replies.