diff --git a/app/controllers/admin/communication/unsplash_controller.rb b/app/controllers/admin/communication/unsplash_controller.rb index 062610f231abd62ec1bca0ce7ad4613edf6981dd..9455efd575acbf1afdbe8c77b55bb141a71ff4b9 100644 --- a/app/controllers/admin/communication/unsplash_controller.rb +++ b/app/controllers/admin/communication/unsplash_controller.rb @@ -10,7 +10,7 @@ class Admin::Communication::UnsplashController < Admin::Communication::Applicati { query: params[:query], page: (params[:page] || 1), - per_page: (params[:per_page] || 18), + per_page: (params[:per_page] || 10), orientation: (params[:orientation] || 'squarish'), lang: (params[:lang] || 'en') }