cqpbert Posted December 4, 2021 Share Posted December 4, 2021 I want to have a short video as one of the product images, is this possible without custom coding? If so how do I do it? BTW, i am hoping I could just upload the .mov in the same place as uploading images and set it checked for the product. Or something similar to that at least. Quote Link to comment Share on other sites More sharing options...
bsmither Posted December 4, 2021 Share Posted December 4, 2021 It will require custom coding. Working on a solution. See also: https://forums.cubecart.com/topic/57366-is-it-possible-to-add-a-video-to-the-product-images-being-shown/ Quote Link to comment Share on other sites More sharing options...
cqpbert Posted December 4, 2021 Author Share Posted December 4, 2021 Thank you so much!! I read the topic you linked, looks like they want the same as I do. Should I be waiting on the solution or will this take some time? I am not being pushy, just I have seen you in action before so don't know if this is something easy for you or a big undertaking. I could embed video tags in something somewhere if that is all I need, I just need help knowing where to do that. That would not be the clean answer I was hoping for, but it would work. Quote Link to comment Share on other sites More sharing options...
bsmither Posted December 4, 2021 Share Posted December 4, 2021 (edited) Just to make a video file available is very easy: just code a <video> tag in the product's description. See: https://www.w3schools.com/html/html5_video.asp https://www.geeksforgeeks.org/html5-video/ But to make a reference to a video file, to associate it with a product in the same way as with JPG images, for a thumbnail to use in the product's Image Gallery, that will take some interesting coding. I am almost done - if I can just get past all these holidays! Edited December 4, 2021 by bsmither Quote Link to comment Share on other sites More sharing options...
cqpbert Posted December 5, 2021 Author Share Posted December 5, 2021 Thanks for all that you do!!! We can wait I am sure. Maybe I will embed the video into a simple document and link it from the product page or something for now. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.