Hello,
I am creating a site for a client of mine where they can display their photos as well sell it. For the most part the theme works wonderfully but I have one issue which is sizing for the slider. I have read a lot of the other threads with sizing issues and tried most of the solutions but with no success. From what it seems like is I will need to create another slider option in the drop down under "Slideshow Size on single" option. The reason for this is some of the images are panoramic horizontal while others are panoramic vertical. When I tried the code solution below in the functions.php file it helped some but the width is still to big for my vertical images :
$avia_config['imgSize']['featured'] = array('width'=>930, 'height'=>9999, 'crop'=>false); // images for fullsize pages and fullsize slider
Also I do not know if the sizing dimensions above just affect the light box size when you click on the slider image or the actually slider image size itself?
You can see my issue on this page below and why the code above does not work for me:
http://gabevdesigns.com/360fineart/shop/mission-bay-vertical/
This slider is fine in this link below:
http://gabevdesigns.com/360fineart/shop/ocean-breeze/
If someone can point me in the direction of the files that would need to be altered that would help me a lot! I have looked and most of the files but cant seem to location all the needed files that I would need to alter to create a new slider option in the drop down menu for the product page. Do not mind the site as its my sand box for my client.














