1. Home
  2. Memberships
  3. How to center images and videos in the content area

How to center images and videos in the content area

This video will show you how to center images and videos in the content area of the membership portal. 

Custom CSS:

@media screen and (max-width:500px) {

  iframe {

 max-width:100% !important;

  height:auto !important;

}

}

Embed code for before and after the iframe code:

At the start: <center>

At the end: </center>

Updated on September 28, 2021

Was this article helpful?

Related Articles