tejassheth / rss-reader

0 stars 0 forks source link

Images are not resized in PHP #13

Open rahul286 opened 11 years ago

rahul286 commented 11 years ago

I started reviewing your code and first thing I noticed is that you are not resizing images in PHP.

You need to create thumbnail version in PHP as a separate image.

Image Resizing

tejassheth commented 11 years ago

i am not resize image using php but i use css stlye which do same task for me. i will do this because this will increase performance of the page. thank you...