Hi All,
Is there any way that we can choose image display options between original size,fit to size,fit proportional dynamically?
I am getting images externally from a URL path stored inside a database field.I have some images very big and some images are really small.since some are big and some are small I chose image display option as fit proportional.I don't have problem if images are big since they are showing up correctly but I am facing problem when images are really small they are not showing up properly and they are really stretching out.So,is there any chance that I can get the images width and height and if image size is over my box width and height I can say fit proportional and if image is small I can choose original size option.please let me know if we can choose between display options dynamically.