Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

apply css to iframe content javascript

<script>
    setInterval(function(){
      document.getElementById("iframeId").classList.add('your-class')
    },500);
  </script>

Now you need to write css code with your class name. Thank you
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #apply #css #iframe #content #javascript
ADD COMMENT
Topic
Name
8+5 =