Manipulate soundcloud iframe widget

痴心易碎 提交于 2019-12-12 03:07:25

问题


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.


回答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.



来源:https://stackoverflow.com/questions/14610797/manipulate-soundcloud-iframe-widget

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!