• Resolved gillingerup

    (@gillingerup)


    Hi,

    I cannot figure out how/what to change to make my screen shots be presented horizontally. As it now is, I can only make them appear in a vertical row. I would like to present 3 screen shots side by side in a horizontal row (200 pix each). Can somebody help me? I suppose the code could/should be changed!?

    Best regards,
    Inger

    http://wordpress.org/extend/plugins/browser-shots/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Put each screenshot in its own div with a width of 220px or so and then float them left. Remember to clear floats when you’re done.

    Plugin Author Kevin Leary

    (@kevinlearynet)

    Use the width attribute in your shortcode:

    [browser-shot url="http://link-to-website" width="200"]

    As for the layout, it can be done using very basic CSS as Tim kindly mentioned above. (thanks Tim)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Browser shot plugin – presenting of screen shots’ is closed to new replies.