• Resolved poopymonster

    (@poopymonster)


    I’m testing some scrape plugins, and finally found one that serves my needs. However the images are displayed vertically, with no option to change it.

    Is there a way to make the images appear in a grid?

    Example of a shortcode I need to use in a post to display the craped content:
    [wpws url=”http://imgur.com/a/s9CIv/all” query=”.posts” ]

    How the shortcode gets rendered:
    http://www.koffid.nl/mem/rg-6/

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • searay

    (@searay)

    Hi poopymonster,

    Try adding the code below to your style.css stylesheet.

    .posts a {
        float: left;
        padding: 5px !important;
    }
    Thread Starter poopymonster

    (@poopymonster)

    It worked like a charm. Thanks a lot!

    searay

    (@searay)

    Great to hear that.

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

The topic ‘Formatting Images generated by shortcode’ is closed to new replies.