houzhongqiu Posted September 18, 2013 Share Posted September 18, 2013 Hi, All guys, I used HTML BOX creat a skype connect, but I can't change its height, Could you tell me how can I change its size on front stage? Thanks in advance Link to comment Share on other sites More sharing options...
vekia Posted September 18, 2013 Share Posted September 18, 2013 ohh you're using skype widget... skype widget is hard to "change" mainly because styles(height width etc.) are loaded from included script from skype website can you share the url please? i will inspect code Link to comment Share on other sites More sharing options...
houzhongqiu Posted September 18, 2013 Author Share Posted September 18, 2013 ohh you're using skype widget... skype widget is hard to "change" mainly because styles(height width etc.) are loaded from included script from skype website can you share the url please? i will inspect code Website: www.ctopu.com Link to comment Share on other sites More sharing options...
NemoPS Posted September 18, 2013 Share Posted September 18, 2013 If you can manage to change the module's html about the embedded image, you can try removing the 32px hardcoded margin style it has Link to comment Share on other sites More sharing options...
vekia Posted September 18, 2013 Share Posted September 18, 2013 the main problem in this case is fact that... these inline styles are defined in attached javascript and it is external script :/ the only way to achieve it is <style> with !important; tags: <style>.skypebutton {padding:0px!important; margin:0px!important; height:30px!important;} .skypebutton img {vertical-align:0px!important; margin:0px!important;}</style> and of course don't forget to add these classes to your code Link to comment Share on other sites More sharing options...
NemoPS Posted September 18, 2013 Share Posted September 18, 2013 Yes, try doing what vekia suggested. But if !important doesn't work either there is nothing you can do. You might want to try a workaround where you setup a wrapper with fixed dimensions and move the content with relative positioning...but it's complex Link to comment Share on other sites More sharing options...
houzhongqiu Posted September 18, 2013 Author Share Posted September 18, 2013 Do you know it is easy to set up a skype online on front stage? Link to comment Share on other sites More sharing options...
Recommended Posts