ارتباط با ما

شیراز، خیابان ارم، کوچه 3 ،پلاک 58

071-32250560 , 071-32250559

071-32251312

info@petroturbine.com

window.addEventListener("load", function () { const videos = document.querySelectorAll("video"); videos.forEach(function(video) { video.loop = false; video.removeAttribute("loop"); video.autoplay = false; video.removeAttribute("autoplay"); video.onended = function () { this.pause(); this.currentTime = this.duration; this.removeAttribute("src"); this.load(); }; }); });