
0
Answered
Re: support question
Inside the rendered html I see
<style>
background: none; doesnt do anything to remove the bg so it sits transparent on the bg. you can see the example here
html, body {
width: 100%;
height: 100%;
margin: 0;
overflow: hidden;
}
</style>
My goal is to prevent zooming (I know how to do that with export) etc and make a carousel of all the iframe content. Or do you have a tool to make something like that work scalable in a div?
|
Customer support service by UserEcho
Have a look here for more CSS selectors: https://boxshot.com/support/koru-help/dev_templates.html
You need the koru-viewport one, but once it is defined, Koru will not add its own, so you need to define all the properties there. Something like this should work:
You also need to set transparent background in the project itself.
Let me know if it helps.
We've made a tutorial about this: https://boxshot.com/koru/tutorials/tips/html-background/