
07-19-2016, 06:57 AM
|
 |
Ecwid Team
|
|
Join Date: Sep 2014
Posts: 714
|
|
Quote:
Originally Posted by naredi
|
Hi,
Thank you for getting in touch with us. You can embed the video without the fixed height and width values, so that the video frames fit into mobile screens.
Pull the product for edition in Catalog and switch to HTML view in the product description by click on <> icon. Find the line:
Code:
<iframe style="width: 500px; height: 281px;" src="//www.youtube.com/embed/jaSb-HYqh6o" allowfullscreen="" frameborder="0">
Remove style values:
Code:
<iframe src="//www.youtube.com/embed/jaSb-HYqh6o" allowfullscreen="" frameborder="0">
Save the changes. On desktop the video frame will be displayed in a more compact way with full screen view allowed. On mobiles, the frame will fit into the narrow screen.
__________________
Xena S.
Ecwid Customer Care Team
Help Center
⬇ Please click Thanks if my reply helped you.
|