The slider is behaving a little strange :/ If you visit my website you will notice that the images of the FIRST and LAST slider have been cropped and the image of the second slide is resized. My problem is that i want ALL the featured images of the slider to be resized and not cropped!!! Any idea ? My website is: http://www.xaazar.com/
Image Problem with Slider
6 posts from 3 voices-
Posted 2 years ago #
-
Hey,
when you insert an image please check that you select "Full size" as image size. The image shouldn't be cropped then. I made a screenshot:Posted 2 years ago # -
I did but it doesnt work :/ Please visit my website and you will understand exactly what's my problem. Dont forget that i want ALL the featured images of the slider to be RESIZED (as the secont slide)! (their original size is too big)
Thank you :)Posted 2 years ago # -
After some testing it seems like it's the standard wordpress behaviour to crop certain images (maybe based on the aspect ratio). I'll ask Kriesi if he knows a solution or a quick hack.
Posted 2 years ago # -
Hm, indeed odd behaviour by wordpress. what you could try is to change the size limits in functions.php for the big images:
$avia_config['imgSize']['featured'] = array('width'=>978, 'height'=>99999); to $avia_config['imgSize']['featured'] = array('width'=>99999, 'height'=>99999);that should ensure that images are no longer cropped and only resized...
Posted 2 years ago # -
Thanx for your help but unfortunately it doesn't work :-/ Visit xaazar.com to see the result... Any other suggestion ??? :-(
Posted 2 years ago #
Reply
You must log in to post.















