Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • natali.klochan Friend
    #965384

    Please tell me how I can do that on the home page video opens on the entire page, not in the box? or increase the window?

    pavit Moderator
    #965432

    Hi

    You can enlarge video adjusting height and width values in this file /templates/ja_cagox/acm/video/tmpl/style-1.php

        <div class="block-play"><a class="play-video" href="javascript:void(0);" title=""><i class="fa fa-play"></i></a></div>
        <iframe style="display: none;" width="560" height="315" frameborder="0" allowfullscreen="1" src="<?php echo $video_src ?>"></iframe>
      </div>

    Then you will need to add to your custom.css file new values for video background adding

    .block-video .box-video {
      width:790px!important;
      height:700px!important;
    }

    Change values to adapt dimensions

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  pavit 7 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum