0

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 there another way to manipulate this iframe.

Mertime
  • 5
  • 1
  • 7

1 Answers1

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.

Community
  • 1
  • 1
basarat
  • 261,912
  • 58
  • 460
  • 511