Okay
  Public Ticket #1358934
VR iframe masonry
Closed

Comments

  • josepalcover started the conversation

    Hi,

    I would like to place a Virtual Reality iframe inside the image gallery with masonry grid (mixing images with VR iframes). Is it possible? (Now I have it placed in a row on top of the image gallery).

    Thank you!

  •  8,470
    Tahir replied

    Hey Again,

    Try switching the Portfolio Item to " Custom Content Grid Item" in here : http://prntscr.com/h6udvb and then try adding the iframe in the content . 

    Be.st 


    ThemeNectar Support Team 

  • josepalcover replied

    Thanks again!

    I placed it at the bottom of the page (jalcover.com). It is almost working, but I get a black frame around it. Any ideas about how to remove it?

    I am using the plugin wp-vr.

    Thank you so much!

  •  8,470
    Tahir replied

    Hey Again,

    I am afraid it cant be made to stretch the whole thumb size . Though you can style it using the css below.

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .work-item.style-4[data-custom-content="on"]>img {
        visibility: hidden !important;
    }
    .portfolio-items .work-item[data-custom-content="on"] .work-info {
        border: 5px solid #ff1053;
    }

    Thanks


    ThemeNectar Support Team