Hi Guys,
I've come close to the settings I would like them to be but there is one thing I keep strugling with:
I need the popup to be responsive but when I open the popup in a smaller screen the framework is adjusting but the image is still large size. What Am I doing wrong? (see code below)
HOpe you can help.
thanks Barry
I'am using the popup function (in a slider) like this:
[wr360popup name="view01" gallery="true" width="1500" height="368" config="/wordpress/wp-content/plugins/webrotate-360-product-viewer/360_assets/letmeholdyou/letmeholdyou.xml"]<img class="aligncenter size-full wp-image-1040" src="http://www.barryschulte.nl/wordpress/wp-content/uploads/2013/07/let-me-hold-you-popart1.png" alt="" width="1500" height="368" />[/wr360popup]
In the viewloader.html I have:
.viewerbox
{
margin : 0;
padding : 0;
width : 1500px;
height : auto;
background-color: black;
}
and in basic.css:
.wr360_player
{
width:1500px;
height:368px;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
-ms-touch-action:none;
touch-action:none;
background:#000; /*#fff*/
}
I've come close to the settings I would like them to be but there is one thing I keep strugling with:
I need the popup to be responsive but when I open the popup in a smaller screen the framework is adjusting but the image is still large size. What Am I doing wrong? (see code below)
HOpe you can help.
thanks Barry
I'am using the popup function (in a slider) like this:
[wr360popup name="view01" gallery="true" width="1500" height="368" config="/wordpress/wp-content/plugins/webrotate-360-product-viewer/360_assets/letmeholdyou/letmeholdyou.xml"]<img class="aligncenter size-full wp-image-1040" src="http://www.barryschulte.nl/wordpress/wp-content/uploads/2013/07/let-me-hold-you-popart1.png" alt="" width="1500" height="368" />[/wr360popup]
In the viewloader.html I have:
.viewerbox
{
margin : 0;
padding : 0;
width : 1500px;
height : auto;
background-color: black;
}
and in basic.css:
.wr360_player
{
width:1500px;
height:368px;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
-ms-touch-action:none;
touch-action:none;
background:#000; /*#fff*/
}