Jump to content

Image blocks not showing options under "Design" Tab?

Recommended Posts

Hi,

I am trying to create an image that flips upon hover that has the image on one side and then text in the other. I found the code to do this, however the image has to be selected as a "Poster" which from everything I'm reading should be under the design tab of the image itself, however these are the only options available:

image.thumb.png.ce7d59ede9fd3474f5661dc2c74fe431.png

Tutorial: https://insidethesquare.co/squarespace-tutorials/rotating-image-card

 

Code to actually flip image:

/*Card Flip Effect*/
#block-id{
  /* Default Setup */
  &.image-block .sqs-block-content{
    perspective: 2000px;
  }
  .design-layout-poster {
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  //Image
  .design-layout-poster .intrinsic{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  //Caption
  .design-layout-poster figcaption{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    background: hsla(0,0%,15%,1);

    //Add if needed
    //border-radius: 20px;
  }

  /*Hover Effect*/
  &.image-block:hover .design-layout-poster {
    transform: rotateY(180deg);
  }
}

Can anyone help me find how to make the image "Poster"?

Edited by Chelseys
Link to comment

The issue is that the instructions you are following are for Classic Editor section blocks.

You are using the Fluid Engine editor and the image blocks were redesigned for it and Squarespace removed the various Design styles.

I know of no instructions for how to replicate the effect you want using Fluid Engine.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.