This post is from a suggested group
Welcome to our group Wix Studio Academy Group! A space for us to connect and share with each other. Start by posting your thoughts, sharing media, or creating a poll.
View groups and posts below.
This post is from a suggested group
Welcome to our group Wix Studio Academy Group! A space for us to connect and share with each other. Start by posting your thoughts, sharing media, or creating a poll.
This post is from a suggested group
$w.onReady(function(){
var states = ['box', 'box59', 'box63'];
var stateNumber = 0;
function slideShow() {
$w('#multiStateBox1').changeState(states[stateNumber]);
if (stateNumber < states.length - 1) {
This post is from a suggested group
<canvas id="inkCanvas"></canvas>
<style>
#inkCanvas {
position: fixed;
top: 0;
left: 0;
This post is from a suggested group
<div id="snow-container"></div>
<style>
#snow-container {
position: fixed;
top: 0;
left: 0;
This post is from a suggested group
<style>
body, html {
margin: 0;
padding: 0;
overflow: hidden;
width: 100%;
This post is from a suggested group
<div class="wrapper">
<div class="hero">
<h1 class="hero__heading">Travel Guide</h1>
</div>
<div class="hero hero--secondary" aria-hidden="true" data-hero>
This post is from a suggested group
<style>
#dynamicHeading {
font-family: Arial, sans-serif;
color: #F25041;
display: inline-block;
overflow: hidden;
This post is from a suggested group
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
This post is from a suggested group
Important - Wix will show a warning before installation since it is an external App. However, it's safe since it doesn't use any API. It's just a simple collection of codes.
If you have a problem with any code, feel free to comment below.
If you want to support my work, You can do that here - https://buymeacoffee.com/wixstudio
This is great! Is it possible to have one of these buttons trigger a lightbox to show up in Wix Studio? I would love to put it in my navigation menu, but it needs to be able to open up a lightbbox when clicked, or go to another page on the site.
thank you this is beatiful