Slider Image getting blured in wordpress -


i working on website, other guys developed , make lot of mess have clear. 1 of problem getting annoying.

i have designed banners slider same size of previous banners when uploaded them in wordpress , set them blurred. don't know problem

please check , let me know . thank you

view website

you call images processed timthumb modify image. instance, have 1 image slider source :

/wp-content/uploads/2012/07/pose-1024x298.jpg&h=320&w=1100&zc=1 

if can change image source (depending on slider admin backoffice), put :

/wp-content/uploads/2012/07/pose-1024x298.jpg&h=298&w=1024&zc=1 

...so won't have crop up.

or can try put original image source no paramater :

/wp-content/uploads/2012/07/pose-1024x298.jp 

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -