Is it possible to change the size of the slide show box in order to view some of the contents below? If so, how is this done?
Is it possible to change the size of the slide show box?
6 posts from 4 voices-
Posted 2 years ago #
-
Hey,
Yes, you would need to adjust the image sizes in functions.php and then modify the background image using Photoshop (or similar software) :)
James
Posted 2 years ago # -
Where in fucions.php can that be found? I can't seem to locate it.
Posted 2 years ago # -
Hey,
At the very top of functions.php in the theme root, you'll see this section:
##################################################################### # Define Thumbnail sizes ##################################################################### $k_option['custom']['imgSize']['base'] = array('width'=>267, 'height'=>180); // backend preview size, if changed does not affect the frontend $k_option['custom']['imgSize']['S'] = array('width'=>70, 'height'=>50); // small preview pics eg sidebar news $k_option['custom']['imgSize']['M'] = array('width'=>192, 'height'=>130); // medium preview pic for portfolio with 4 columns $k_option['custom']['imgSize']['M3'] = array('width'=>274, 'height'=>170); // medium preview pic for portfolio with 3 columns $k_option['custom']['imgSize']['M2'] = array('width'=>436, 'height'=>230); // medium preview pic for portfolio with 2 columns $k_option['custom']['imgSize']['L'] = array('width'=>574, 'height'=>268); // image for blog posts and 1 column portfolio $k_option['custom']['imgSize']['XL'] = array('width'=>940, 'height'=>440); // big images for fullsize pages and mainpage sliderYou can change the width and height of images by adjusting the appropriate image size.
James
Posted 2 years ago # -
Hi! can you help me please?
I modify functions php, the slide size changed but with a estrange effect. ( 440 for 470 ) avisio theme home page.
ThanksPosted 2 years ago # -
Hey,
If you modify the functions.php file to edit the image sizes, the CSS needs adjusting to accommodate the new image size. Can you post the direct link to your site and I'll look into it.
James
Posted 2 years ago #
Reply
You must log in to post.














