• Hi Folks, Great plugin.
    I need support on some image dimensions.
    Already i have the sizes like

    
    update_option( 'shop_catalog_image_size', $catalog );  
    update_option( 'shop_single_image_size', $single );   
    update_option( 'shop_thumbnail_image_size', $thumbnail ); 

    and the sizes are

    $catalog = array(
    				'width' 	=> '570',	// px
    				'height'	=> '760',	// px
    				'crop'		=> 1 		// true
    			);
    
    			$catalog_saree = array(
    				'width' 	=> '650',	// px
    				'height'	=> '650',	// px
    				'crop'		=> 1 		// true
    			);
    		
    			$single = array(
    				'width' 	=> '897',	// px
    				'height'	=> '908',	// px
    				'crop'		=> 1 		// true
    			);
    		
    			$thumbnail = array(
    				'width' 	=> '180',	// px
    				'height'	=> '200',	// px
    				'crop'		=> 1 		// true
    			);

    I need a specific category have a catalog and single images as square as 650 x 650 size. is there any options or conditions already there.

    Thanks in advance.

    Please refer the image here. https://ibb.co/chP5HG

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor viper007bond

    (@viper007bond)

    Hi,

    I’m not quite sure what you’re asking. You should probably contact WooCommerce support for help.

    My plugin simply creates new thumbnails for all registered sizes, as if you had just uploaded an image for the first time.

Viewing 1 replies (of 1 total)

The topic ‘Image Dimension for Specific category’ is closed to new replies.