Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Eugenio Petulla’

    (@igenius)

    I just added an aligh parameter, so if you update the plugin will be able to align right every shortcode.

    [imagenius align=”right”]url[/imagenius]

    Thank you for the feature request, very usefull and sorry for the delay of the reply, I’m very busy during this days!

    Thread Starter Sam

    (@sdominique)

    Thanks.

    I want to display 6 imagenius images inline on a horizontal line. x x x x x x
    Depending upon the size of the browser I want the number of images in the line to display as maybe 2,
    x x
    x x
    x x
    or 1
    x
    x
    x
    x
    x
    x

    I tried

    [imagenius size="300" align="right"  link="https://mysite.com/luxest/" filter=”saturated” effect="zoom"]https://mysite.com/wp-content/uploads/2014/01/bred.png[/imagenius]</td>
    [imagenius size="300" align="right"  link="https://mysite.com/boue-membership-request/" filter=”saturated” effect="zoom"]https://mysite.com/wp-content/uploads/2014/01/rea.png[/imagenius]
    [imagenius size="300" align="right"  link="https://mysite.com/fa/" filter=”saturated” effect="zoom"]https://mysite.com/wp-content/uploads/2014/01/rec.png[/imagenius]
    [imagenius size="300" align="right"  link="https://mysite.com/amyr" filter=”saturated” effect="zoom"]https://mysite.com/wp-content/uploads/2014/01/rep.png[/imagenius]
    [imagenius size="300" align="right"  link="https://mysite.com/fab" filter=”saturated” effect="zoom"]https://mysite.com/wp-content/uploads/2014/01/job.png[/imagenius][imagenius size="300" align="right" link="https://mysite.com/fashion-job-marketplace/" filter=”saturated” effect="zoom"]https://mysite.com/wp-content/uploads/2014/01/fae.png[/imagenius]</div>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    but that didn’t work in firefox.
    It displayed as
    x x
    x
    x x
    x

    how do I fix?

    Plugin Author Eugenio Petulla’

    (@igenius)

    I know the problem, it’s caused by image padding but it is easy to solve.

    Choose the number of image you want display per line and after this number of shortcode you place a clear div.

    This is an instance I made using your code of a two coloumns layout as you asked to me:

    [imagenius size="300" link="https://mysite.com/luxest/" filter=”saturated” effect="zoom"]https://mysite.com/wp-content/uploads/2014/01/bred.png[/imagenius][imagenius size="300" link="https://mysite.com/boue-membership-request/" filter=”saturated” effect="zoom"]https://mysite.com/wp-content/uploads/2014/01/rea.png[/imagenius]
    <div style="clear:both"></div>
    [imagenius size="300" link="https://mysite.com/fa/" filter=”saturated” effect="zoom"]https://mysite.com/wp-content/uploads/2014/01/rec.png[/imagenius][imagenius size="300" link="https://mysite.com/amyr" filter=”saturated” effect="zoom"]https://mysite.com/wp-content/uploads/2014/01/rep.png[/imagenius]
    <div style="clear:both"></div>
    [imagenius size="300" link="https://mysite.com/fab" filter=”saturated” effect="zoom"]https://mysite.com/wp-content/uploads/2014/01/job.png[/imagenius][imagenius size="300" link="https://mysite.com/fashion-job-marketplace/" filter=”saturated” effect="zoom"]https://mysite.com/wp-content/uploads/2014/01/fae.png[/imagenius]

    Use text editor instead of visual in order to insert the clear div.

    I hope it’s the solution you are looking for. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘align image right’ is closed to new replies.