Increasing Popup Video Size

Hey @Max Is there a way to increase the popup size of the video?

1 Like

@lwaterskatz This CSS code should help:

.global-styles, .yottie-popup-inner {
  width: 100%!important;
}

Try it out and let me know if you like the result :slightly_smiling_face:

1 Like

This worked perfectly! I am so sorry but I also forgot to ask if there was a way to center out this text and make it bigger and have padding along the edges?

1 Like

Hi there, @lwaterskatz :waving_hand:

I’ve checked your widget and the window with this text is much smaller now:

Would you like to center the text only horizontally or vertically too?

Given the current size of the window, would you still like to increase the text size?

it would be awesome to center both ways so that there is a lot more padding along the edges. Increasing the text size might be a nice option once there is padding along the edges.

1 Like

Got it!

I’ve passed your request on to the devs and will let you know once I have their response :slightly_smiling_face:

1 Like

Hey there @ Max! Any news on this one?

1 Like

We’ve added this code to the Custom CSS field:

.yottie-widget-video-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

Please check it out and let me know if you like the result :slightly_smiling_face: