ankit21500
Forum Replies Created
-
Forum: Reviews
In reply to: [Coronavirus COVID-19 Watch] Updation issueThank you for replying @mmediagroup i have checked the same on my website and you are correct it was because of caching i have corrected it thanks for the support.
@ibenjo thank you bro i solved it
Are you talking about this in fitvids.js @ibenjo.
if ($this.parent().hasClass(‘epyt-video-wrapper’))
{
try
{
$this.parent().addClass(‘fluid-width-video-wrapper’).attr(‘style’, ‘padding-top: ‘ + (aspectRatio * 100) + “% !important;”);
$this.removeAttr(‘height’).removeAttr(‘width’);
}
catch (wraperr)
{
}
}i am facing the same issue but in may case it is having 392% inline top padding
<div class=”epyt-video-wrapper fluid-width-video-wrapper” style=”padding-top: 392% !important;”>
i tried to follow your solution but i did not understand this:
“By clikcing on button “on-stage channel” you’ll see a right padding-top.
I hope it will be useful for you all.”
can you please explain in detail or with a screenshot.Thanks in advance @ibenjo.
- This reply was modified 6 years ago by ankit21500.