Home › Forums › WoodMart support forum › Increase in No of Thumbnail images Increase in No of Thumbnail images This topic has 5 replies, 2 voices, and was last updated 4 years, 1 month ago by Artem Temos. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts September 5, 2020 at 5:10 pm #223918 OfficialpandapantiParticipant Hey Woodmart Team, How Can I increase the number of thumbnail images on desktop as well as mobile. I need 5 images. I have very less knowledge of PHP. Please guide me step by step on how to change it. Regards, Sanchit Modi September 6, 2020 at 6:42 am #223964 Artem TemosKeymaster Hello, Please, provide us a screenshot of this problem for better understanding. Where exactly do you want to increase this number? Kind Regards September 6, 2020 at 11:02 am #224010 OfficialpandapantiParticipant The number of thumbnails is only 3 on mobile and I need minimum 5. Same for desktop, need minimum 5. How Can I increase that? Attachments:You must be logged in to view attached files. September 7, 2020 at 6:05 am #224118 Artem TemosKeymaster Try to add the following PHP code snippet to the child theme functions.php file to do this add_filter( 'woodmart_product_gallery_settings', function() { return array( 'images_slider' => woodmart_is_main_product_images_carousel(), 'thumbs_slider' => array( 'enabled' => woodmart_is_product_thumb_enabled(), 'position' => woodmart_get_opt( 'thums_position' ), 'items' => array( 'desktop' => 5, 'tablet_landscape' => 3, 'tablet' => 4, 'mobile' => 3, 'vertical_items' => 3, ), ), ); } ); September 9, 2020 at 11:08 am #224854 OfficialpandapantiParticipant Can you please provide the complete contents for style.css sheet? I am making a child theme first so please provide me the details of style.css September 9, 2020 at 11:14 am #224857 Artem TemosKeymaster We have moved your reply to a new topic and it will be answered by our staff soon. Author Posts Tagged: images, Thumbnails Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register