New Dynamic YouTube Gallery - Embed YouTube Playlist, Channel, Live Stream in minutes. Read More

Need to edit "avs_video" sub div

  • DocAuto
  • Topic Author
  • Visitor
  • Visitor

Need to edit "avs_video" sub div was created by DocAuto

Hi Admin,

I am using the 3rd Party Video embed feature with your responsive layout and have found that I need to make some edits to a certain div to make the videos display correctly. The issue I am having is the div I need to edit doesn't have any identification. It just says div style="width:100%; height:100%;" The HTML block is below. Is this div generated by AVS? If so, how can I edit it?

Thank you for your help.
<div id="avs_video" class="avs_responsive">
  <div class="avs_video_header">
                	<div class="avs_input_search">
      	<form action="/test-stuff-page/search" name="hsearch" id="hsearch" method="post" enctype="multipart/form-data">
            <input type="hidden" name="option" value="com_allvideoshare">
    		<input type="hidden" name="view" value="search">
        	<input type="text" name="avssearch" id="avssearch" value="">
        	<input type="submit" id="search_btn" class="btn" value="Go">
      	</form>
    	</div>
        <div style="clear:both;"></div>
  </div>
  <[b]div style="width:100%; height:100%;"[/b]><iframe src="//fast.wistia.net/embed/iframe/......
11 years 6 months ago #6841

Please Log in or Create an account to join the conversation.

  • Posts: 2518
  • Thank you received: 1463

Replied by Administrator on topic Re: Need to edit "avs_video" sub div

- Kindly open, {root}/components/com_allvideoshare/models/player.php

- Search for
$result = '<div style="width:' . $this->width . 'px; height:' . $this->height . 'px;">';
- Replace it as
$result = '<div class="avs_thirdparty">';
- That's it.
The following user(s) said Thank You: DocAuto
11 years 6 months ago #6842

Please Log in or Create an account to join the conversation.

  • DocAuto
  • Topic Author
  • Visitor
  • Visitor

Replied by DocAuto on topic Re: Need to edit "avs_video" sub div

That did the trick! Thank you again.
11 years 6 months ago #6847

Please Log in or Create an account to join the conversation.

Time to create page: 0.105 seconds

We accept cookies to provide you the best viewing experience. By using our services, you agree to our use of cookies