Forum Discussion
SteveWarren-304
2 years agoCommunity Member
Reducing the Padding above & below Storyline Blocks
Hi
The enormous padding above and below Storyline blocks has always been a bit of a problem for me. Over the past couple of years I've (obviously) reduced the padding in Rise, removed the Storyli...
SteveWarren-304
6 months agoCommunity Member
OK, I gave up with trying to make Storyline blocks look presentable because, frankly, it's not possible.
BUT my solution - which you may like to try - was to export the Storyline to Web (creating HTML files which I host on my own website/server) and then embed in Rise within an iFrame.
The code I use in Rise is of the form:
<iframe width="1024" height="576" src="https://www.mywebsite/story.html"></iframe>
I need to tweak the settings within Storyline (use a white background, etc) but I now have a template/routine that works perfectly for me.
Why, I can even reduce borders to zero if I want...
Screenshot attached.
My uses are simple (just single-frame exercises) and others may find it unsuitable.
But maybe worth a look? Hope it helps.