Is there any way where if we have uploaded big image and there is no icon and medium image then it will show the same big image making the size small and display it automatically?
Which parameter i have to set?
Is there any way where if we have uploaded big image and there is no icon and medium image then it will show the same big image making the size small and display it automatically?
Which parameter i have to set?
There's no simple AppConfig for that, that would take some modifications. Having it display the large image would be a relatively simple XML package mod, but dynamically resizing the image down to display right would be a source code mod, and would be a serious performance hit on the page load times.
It would be a lot easier to just make sure you're uploading all of the images properly. If you're on a recent version with the Image Resize feature, that's very simple. All you have to do is upload the large image and the others are created.
Thank You Very much.