• Resolved danjde

    (@danjde)


    Hi Ignacio Perez,
    very clear and light plugin!
    I would ask to you if is possible to set the button image size from the plugin code here:

    [hover-image-button title="Section 1" subtitle="It's and amazing section" link="http://my-section-link" image="http://my-image-link" ]

    many thanks!

    https://ww.wp.xz.cn/plugins/hover-image-button/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ignacio Perez

    (@igpremuo)

    Yes, it is possible, add the option width and height with the size in pixels or in percentage.

    [hover-image-button title="Section 1" subtitle="It's and amazing section" link="http://my-section-link" image="http://my-image-link" width="250px" height="100px"]

    or

    [hover-image-button title="Section 1" subtitle="It's and amazing section" link="http://my-section-link" image="http://my-image-link" width="100%" height="50%"]

    The width does not work if you are using it with the hover-image-row tag.

    Thread Starter danjde

    (@danjde)

    well, so is possible to resize the image,
    but for multiple button image adding the “width” parameter occurs that images appear overlapped.
    How is it possible to set the space between each image and possibly make it go under?

    Try to look the home page of: http://www.pergraziaricevuta.it

    thanks!

    Plugin Author Ignacio Perez

    (@igpremuo)

    There is not enough space for the pictures with this width. I recommend you to put images in different rows and not use the width option.

    [hover-image-row]
        [hover-image-button title="Picture 1" ...]
        [hover-image-button title="Picture 2" ...]
    [/hover-image-row]
    [hover-image-row]
        [hover-image-button title="Picture 3" ...]
        [hover-image-button title="Picture 4" ...]
    [/hover-image-row]
    Thread Starter danjde

    (@danjde)

    Sure! Or resizing the columns or putting images in different rows.
    For now I chose the second option.

    Many thanks for your fast help!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How customize the image size?’ is closed to new replies.