Launcher

Use a launcher to open/close your GetQuanty widget

The following is an iframe launcher that can be used to open/close the iframe panel :

<div id="gqlauncher" style="z-index: 10; right: 0%;">
    <img src="<https://pictshare-dot-smartdata-systems.appspot.com/api/67mert.png>">
</div>

#gqlauncher {
    top: 50%;
    right: 0px;
    transition: 0.5s;
    position: fixed;
    z-index: 999;
    border-radius: 5px 0 0 5px;
    display: flex;
    border-style: solid none solid solid;
    border-width: 1px;
    right: 400px;
}


What’s Next