Manipulate Soundcloud Iframe Widget
I'm loading soundcloud into my website using iframes. Is it possible to edit the style of the soundcloud iframe. Example. Set a class of the iframe to visibility : hidden Or is
Solution 1:
Your iframe is independent of the soundcloud api. You can style you iframe anyway you want e.g check here. You can basically style the iframe inline using the style attribute. If you want to use CSS stylesheet you need to import it into the page using < link > etc.
Post a Comment for "Manipulate Soundcloud Iframe Widget"