Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 ASP (Windows server) versions
 Premium Generic Version adding Videos
Author « Topic »  

wrtoll
Ecommerce Template Expert

USA
764 Posts

Pre-sales questions only
(More Details...)

Posted - 11/05/2021 :  06:45:55  
Is there anywhere to add Videos in the Premium Generic Version and still keep it responsive(mobile friendly)
Warren

Vince
Administrator

42474 Posts

Posted - 11/05/2021 :  12:01:54  
Hi Warren
I don't think that adding a video would necessarily make the site non-responsive.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

wrtoll
Ecommerce Template Expert

USA
764 Posts

Pre-sales questions only
(More Details...)

Posted - 11/05/2021 :  13:07:34  
So I can just put a link to a video in the Image Manager?

sonrisestable
Starting Member

USA
19 Posts

Posted - 04/05/2024 :  16:43:37  
I know this topic is kind of old, but when I inserted videos through the Froala editor into the long product description, they were not responsive and popped out of their container.

I have the php version, but it should be the same either way.

If you go into code view, you can insert the video iframe into this div. Make sure the css rules are added to your css file.

<div class="video-container">
insert your video iframe here
</div>

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 12px;
height: 0;
overflow: hidden;
margin-top: 15px;
margin-bottom: 30px;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

Sonrise Stable Books

Edited by - sonrisestable on 04/05/2024 16:44:34
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000