[Resolved] Prospettiva

Home Forums Support [Resolved] Prospettiva

Home Forums Support Prospettiva

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2338032
    Matteo

    Buongiorno,
    vorrei chiedere se è possibile creare dei testi e immagini con una prospettiva.
    Grazzie.

    #2338246
    David
    Staff
    Customer Support

    Hi there,

    do you have an example of what you want to achieve ?

    #2338305
    Matteo

    prospettiva

    #2338762
    David
    Staff
    Customer Support

    Do you mean something like this:

    2022-09-10_11-58-42

    #2338847
    Matteo

    Si,è quello che pensavo.

    #2338890
    David
    Staff
    Customer Support

    Try this:

    1. Add this CSS to your site:

    .perspective {
        perspective: 1000px;
    }
    .perspective.rotate-in  > .gb-inside-container {
        transform: rotateY(-45deg); 
    }
    .perspective.rotate-out  > .gb-inside-container {
        transform: rotateY(-45deg); 
    }

    2. Select a GenerateBlocks Container Block, and in Advanced > Additional CSS Class(es) add:

    perspective rotate-in

    OR to rotate the other way add this instead:

    perspective rotate-out

    #2339244
    Matteo

    Perfetto, grazie

    #2339828
    David
    Staff
    Customer Support

    Glad to be of help!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.