lfcbuzz
Chevereto Member
I'm looking to change the size of the images in the home page and search pages from portrait to landscape with one column and a full width landscape image (1:3 height to width ratio). I have managed to change the number of columns from 5 to 1 by altering:
	
	
	
		
But I've been through nearly every file and for some reason I cant seem to find the code which resizes the images. I've attached an example of how i want to make the images appear.
		
		
	
	
		 
	
				
			
		Code:
	
	PF.obj.listing.columns = new Array();
  
        var device_to_columns = {
                phone: 1,
                phablet: 2,
                tablet: 3,
                laptop: 4,
                desktop: 5
            };But I've been through nearly every file and for some reason I cant seem to find the code which resizes the images. I've attached an example of how i want to make the images appear.
 
	 
 
		 
			 
 
		