Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    •  
      CommentAuthorsidtheduck
    • CommentTimeDec 14th 2009 edited
     
    cargirl,

    It's all based on CSS. The Random Images plugin returns an unordered list of objects, so to make it horizontal you need to make your list-style: none and float: left the <li> components (most likely with a fixed width).
    • CommentAuthordjkunect
    • CommentTimeJul 28th 2011
     
    I have the same problem and cant figure it out
    • CommentAuthordev0005
    • CommentTimeJan 7th 2012
     
    To show the randome pic horizontaly remove <br/> tag from the line #65 in random-images.php page:-
    -------------------------------------------
    original line #65 is:
    -------------------------------------------
    <a href="<?php echo generate_url('picture', $id); ?>" title="<?php echo addcslashes($cap_or_name, '"') ?>"><img class="random-images-thumbnail" src="<?php echo generate_thumb($path, $id); ?>" alt="<?php echo $name ?>" /></a><br/>
    -----------------------------------------------------------------------
    find this line and remove <br/> from the end of line :
    -----------------------------------------------------------------------
    Enjoy
    • CommentAuthorwaqaspuri
    • CommentTimeDec 8th 2014
     
    How can we show images from a particular category into our webpage ?