Memorandum to be submitted (in Hindi and English language) in the EPF offices during the silent protest program from Dtd.07 to 09.03.2022
ЁЯСЗ
рджрд┐рдирд╛рдВрдХ 07 рд╕реЗ 09.03.2022 рддрдХ рдореМрди рд╡рд┐рд░реЛрдз рдХрд╛рд░реНрдпрдХреНрд░рдо рдХреЗ рджреМрд░рд╛рди рдИрдкреАрдПрдл рдХрд╛рд░реНрдпрд╛рд▓рдпреЛрдВ рдореЗрдВ рд╕реМрдВрдкреЗ рдЬрд╛рдиреЗ рд╡рд╛рд▓реЗ рдЬреНрдЮрд╛рдкрди (рд╣рд┐рдВрджреА рдФрд░ рдЕрдВрдЧреНрд░реЗрдЬреА рднрд╛рд╖рд╛ рдореЗрдВ)
<!– 1. The (video player) will replace this
// 2. This code loads the IFrame Player API code asynchronously. var tag = document.createElement(‘script’); tag.src = “https://www.youtube.com/iframe_api”; var firstScriptTag = document.getElementsByTagName(‘script’)[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); // 3. This function creates an (and YouTube player) // after the API code downloads. var player; function onYouTubeIframeAPIReady() { player = new YT.Player(‘player’, { width: ‘100%’, videoId: ‘WtWlWAZaiFk’, playerVars: { ‘autoplay’: 1, ‘playsinline’: 1 }, events: { ‘onReady’: onPlayerReady } }); } // 4. The API will call this function when the video player is ready. function onPlayerReady(event) { event.target.mute(); event.target.playVideo(); } /* Make the youtube video responsive */ .iframe-container{ position: relative; width: 100%; padding-bottom: 56.25%; height: 0; } .iframe-container iframe{ position: absolute; top:0; left: 0; width: 100%; height: 100%; }