Support » Plugin: Spin 360 deg and 3D Model Viewer » width and height

  • I need to set the max width and height to show the component in a window because it is a vertical 360 with ratio = 0.75 it fix the image to the width and the height is bigger than the popup window.

    Is possible to set them?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author maui2wp

    (@maui2wp)

    would you please articulate which pop up you are talking about?

    Thread Starter pixartmx

    (@pixartmx)

    here is the link

    https://www.pixart.mx/web/product-photography/

    all the samples are just the code like
    [spin360 canvas_name="Lente" imgs_folder="lente_360/" imgs_nbr=36 aspect_ratio=0.75 speed=-0.5 loop=false hide_cmds=all]

    but in the one for the lense i try with a table but doesnt work ether

    <table style="border-collapse: collapse; width: 50%; height: 200px;" border="1">
    <tbody>
    <tr style="height: 200px;">
    <td style="width: 300px; height: 200px; text-align: center;">[spin360 canvas_name="Lente" imgs_folder="lente_360/" imgs_nbr=36 aspect_ratio=0.75 speed=-0.5 loop=false hide_cmds=all]</td>
    </tr>
    </tbody>
    </table>
    <p style="text-align: center;">&nbsp;</p>
    Plugin Author maui2wp

    (@maui2wp)

    please have a look at this topic:
    https://wordpress.org/support/topic/resizing-images-24/
    I think your issue may be related to your Theme.

    Thread Starter pixartmx

    (@pixartmx)

    I look to the topic mentioned and still have the problem, also I try with the default theme 2017 and with the same problem, here is the code

    <table align="center" style="width: 50%;">
    <tr>
    <td style="height: 150px;"><div class="center">[spin360 canvas_name="NestleVendingC" imgs_folder="Nestle-Vending-Chica_360/" imgs_nbr=18 aspect_ratio=0.75 speed=-0.5 loop=false hide_cmds=all]</div></td>
    </tr>
    </table>

    here reduce the height but still is in the left side instead of the center

    Plugin Author maui2wp

    (@maui2wp)

    > here reduce the height but still is in the left side instead of the center

    you need to use a <center> tag like this:

    <center>
    <table align="center" style="width: 50%;">
    <tr>
    <td style="height: 150px;"><div class="center">[spin360 canvas_name="NestleVendingC" imgs_folder="Nestle-Vending-Chica_360/" imgs_nbr=18 aspect_ratio=0.75 speed=-0.5 loop=false hide_cmds=all]</div></td>
    </tr>
    </table>
    </center>
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘width and height’ is closed to new replies.