Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m having the same issue. Any ideas?

    Thread Starter Cashlin

    (@cashlin)

    Okay — this somewhat clunky but functional method worked for me.

    1. Open the file otw-portfolio-post.php (I have copied this into my theme files so plugin updates won’t overwrite it).

    2. Find this code (this assumes you have not altered the code):
    echo '<li data-thumb="'.$url[0].'" style="width: 700px; float: left; display: block;"><img alt="" src="'.$url[0].'"></li>';

    3. Add this CSS to the style=”” part:
    max-width:100%; height:auto; background-size: 100%; 100%;

    It should now read like this:
    echo '<li data-thumb="'.$url[0].'" style="width: 700px; float: left; display: block; max-width:100%; height:auto; background-size:100% 100%;"><img alt="" src="'.$url[0].'"></li>';

    4. Save, upload. Done.

    Hey Cashlin

    Thank you for your help!

    I didn’t pay close enough attention when adding on to your topic, which is about the single post display.

    What I want to change is the scaling of the thumbnails within the grid view of all items in the filterable portfolio (http://running-with-wolves.com/?page_id=15).

    I looked in the filterable portfolio’s php file, but couldn’t find a similar entry.

    Could you possible help me achieve this with another tip possibly?

    I appreciate you taking the time

    Thread Starter Cashlin

    (@cashlin)

    So you want to make them smaller? Or show 4 across + make them smaller?

    Please see this post, that has an answer concerning resizing the entry thumbnails: http://wordpress.org/support/topic/more-than-3-images-per-row

    Thread Starter Cashlin

    (@cashlin)

    If this is not what you mean, please open a new thread so this thread doesn’t go off-topic. Marking this thread as solved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Responsive/scaling images?’ is closed to new replies.