The issue is the height.
Take a look at this code you copied:
Code:
[COLOR=#333333]<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class="embed-container"><iframe SRC="[/COLOR][URL="https://connect.clickandpledge.com/w/Organization/picc/Site/WalkFacebook"]https://connect.clickandpledge.com/w...e/WalkFacebook[/URL][COLOR=#333333]" frameborder="0" allowfullscreen></iframe></div>[/COLOR]
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class="embed-container"><iframe SRC="https://connect.clickandpledge.com/w...e/WalkFacebook" frameborder="0" allowfullscreen></iframe></div>
Change the height to: height: 2000px
that is 2000 pixels
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: 2000px; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class="embed-container"><iframe SRC="https://connect.clickandpledge.com/w...e/WalkFacebook" frameborder="0" allowfullscreen></iframe></div>
you may do the same with the width.
adjust it as you wish and test it. Depending on how many campaigns you have listed the height will change. Test it let me know if that works.
Leave a comment: