You are not logged in.
|
Hello, I have created a slideshow and embedded it in a widget in the sidebar of my blog (Wordpress.com). Everything (resizing, no controls) is working perfectly and it looks just how I want - except that there is an ugly white blank space below the slideshow!
I tried adding some extra code inside the gigya shortcode brackets as follows: [gigya slideshowcode wmode="transparent" scale="noborder" align="center"] But nothing works for me!
Have you any ideas? Thank you, Ann
|
|
2 years ago |
|
geoff
Slideroll Creator
From: San Mateo, CA
Registered: 2004-10-24
Posts: 2768
|
|
It's hard to tell what's going on without being able to see the page itself. Feel free to post a link.
You could try wrapping the gigya code in a div and give the div an inline style like so:
Code:
<div style="width: 400px; height: 300px; overflow: hidden;">
[gigya ...]
</div> |
_______________________________________ Slideroll Gallery AV - Gallery Publishing Help - Slideroll Video Creator - FAQ
|
|
2 years ago |
|
|
No, that didn't work Geoff! However, by fiddling with style code in div I have managed to end up with an equal amount of white space above and below widget - which improves appearance. I used 'white-space:pre-wrap' and 'height(same as slideshow)' as inline style.I tried setting padding to 0 but no change.To be honest I'm a novice with html and don't really understand all terms. I tried all versions of the 'white-space' thing but only this one (pre-wrap) resulted in some change! Padding sounds as though it should work - as does your overflow suggestion. But no luck! Thanks anyway!
|
|
2 years ago |
|