How can I arrange pictures in this manner?

1 replies
  • WEB DESIGN
  • |
Hey guys. I am working on a wordpress website and I would like to arrange a couple of pictures in the format found here: View image: test page to send(those are the pics I will be using) but I don't just want to take a screenshot and insert as one big picture. I want each image to be click-able. Is this possible with a wordpress plugin or do I need an html person to arrange the pictures this way?
#arrange #manner #pictures
  • Profile picture of the author David V
    You would just use basic html/css.
    If your site is responsive, I would make sure to float everything left so if the viewport is resized the images would stack.
    You might create 3 div's, 1 for each vertical stack of images, then float them left.
    And you can just link each image like you want to.
    {{ DiscussionBoard.errors[8531399].message }}

Trending Topics