What is the optimal size for a graphic that sits in the Tablet Slider? Right now the top of the head is being cut off and the top of another graphic. I have tried multiple sizes and none are looking right.
Thanks in advance for your help!
What is the optimal size for a graphic that sits in the Tablet Slider? Right now the top of the head is being cut off and the top of another graphic. I have tried multiple sizes and none are looking right.
Thanks in advance for your help!
Hello …
If I remeber … it is "315px x 400px"
and you can also find al sizes it in the "function.php"
Greetz QT
Hey,
thanks QT for helping us out :)
He's right. In the functions.php file you'll find a bunch of image sizes
//3d slider
$avia_config['imgSize']['tablet_3D_welcome'] = array('width'=>400, 'height'=>315); // medium preview pic for tablet 3d slider
So the width would have to be 400 and the height 315.
Thank you...That worked great!
Another question...how wide and high does the graphic need to be for the slide show panel?
For sizes of images you can check the functions.php file, after every line the use of it is commented.
As an example, in my previous post you see:
// medium preview pic for tablet 3d slider
You must log in to post.