Skip to content

Instantly share code, notes, and snippets.

@nikzad-avasam
Created November 7, 2025 14:19
Show Gist options
  • Select an option

  • Save nikzad-avasam/b5a70e7bc07774562b0efa0a78112a78 to your computer and use it in GitHub Desktop.

Select an option

Save nikzad-avasam/b5a70e7bc07774562b0efa0a78112a78 to your computer and use it in GitHub Desktop.
aparate responsive full video tag
<div style="position: relative; display: block; height: 0; padding: 0; padding-bottom: 56.25%;">
<iframe src="https://www.aparat.com/video/video/embed/videohash/[video-id]/vt/frame" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;" frameborder="0" scrolling="no" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true">
</iframe>
</div>
@nikzad-avasam
Copy link
Author

<div style="position: relative; display: block; height: 0; padding: 0; padding-bottom: 56.25%;">
<iframe src="https://www.aparat.com/video/video/embed/videohash/[video-id]/vt/frame" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;" frameborder="0" scrolling="no" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true">
</iframe>
</div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment