Increase image size in the Image Popup

Hi,

In Image Popup Shortcode, I want to increase the size of the image to be shown, the shortcode used is as follows:

[popup title="SPECIFICATIONS" padding="20" button="1"][image src="https://vwood.nz/wp-content/uploads/2018/10/Specs-PET.png" link="" link_image="" border="1"][divider height="1"][/popup]

Screen shot attached:
image

Thanks

Comments

  • Hi,
    You can use our custom code of pop-up.
    Insert it into Column Item.
    [button title="Button" link="#you-custom-id" target="_blank" class="" download="" rel="lightbox" onclick=""]
    <div id="you-custom-id" style="display:none">CONTENT HERE</div>

    The size of pop-up depends on size of image.

    Thanks
Sign In or Register to comment.