On some of my products I would like to inlcude a short Video instead of a Product Image.
Due to the specific layout I am trying to obtain I would like the Image input field to except video file extensions rather than embedding the video player into the Description textarea. Then using a simple PHP if statement to determine the file extention I would display the HTML for the video or image.
Currently the image input field will only accept image file extensions. Is there a configuration file I can edit to allow other file extensions in the Image input field?
Thanks
Due to the specific layout I am trying to obtain I would like the Image input field to except video file extensions rather than embedding the video player into the Description textarea. Then using a simple PHP if statement to determine the file extention I would display the HTML for the video or image.
Currently the image input field will only accept image file extensions. Is there a configuration file I can edit to allow other file extensions in the Image input field?
Thanks
Comment