Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Pengyi Wang

    (@rocwing)

    Yes, It’s weird, I’ll check what the problem is.

    I haven’t added the lightbox feature, maybe add it on the next release.

    hi,
    i had similar issues, and i solved them using “regen.thumbnail” plugin.
    all you have to do is run the plug and refresh your web-page.

    regards,
    george

    Thread Starter bronwenh

    (@bronwenh)

    I downloaded regen.thumbnail plugin. Ran it in tools (just on the one image) and … still larger than the other images.

    hi,
    i would run regen.thumbnail for all images, just to be safe.
    i would also check the size ratio of the original image, cause, i did search my image library and found that i replaced the problematic one with a cropped version. the cropped one had the same ratio of the thumbnail size.

    as a side-note, personally i would increase the size of the thumbnails anyway, to prevent larger captions than the width of the thumbnail (i.e “Pinot Grigio bi-note”).

    ps: i love your artwork.

    regards,
    george

    Thread Starter bronwenh

    (@bronwenh)

    Thank you George.

    I will try it with all of the images.
    I did try to crop the problem one to a 1:1 ratio. Same issue.

    I am assuming I change the thumbnail size in the theme? or do I edit the plug-in?

    Thank you very much.

    -Bronwen

    Thread Starter bronwenh

    (@bronwenh)

    Thank you George,
    I finally got it to work. I had a box check to crop (in the media setup page) when I un-checked it, all of the images looked good. I re-cropped images to make them look good.
    BUT, When I set the thumbnails to a larger size, I can only get 3 images to a row, even though there is LOTS of room to have 4 or 5.

    Anything information here would be GREAT!

    -Thanks,
    -Bronwen

    Thread Starter bronwenh

    (@bronwenh)

    edited the one-page-portfolio/html/workpage.php from thumbnail size 160 to 210. now looks ok!

    Thread Starter bronwenh

    (@bronwenh)

    Thank you

    hi,
    i am glad it worked for you!
    i would change the thumbnail size from Dashboard-> settings->media, so i can have an all-in-one thumbnail size in my theme.

    about the 3 rows issue, i am interested in that one too.
    i couldn’t get it to work either.
    somehow the opp area is set to 930px +30px extra padding (if i remember correctly).
    themes with fixed width less than the above value have probs displaying the rows correctly.
    that;s the reason i switched to twenty-twelve. and this is my opp page i am happy with (still incomplete)

    it would be nice to figure out how to extend/reduce the gap between the opp thumbs.

    regards,
    george

    Thread Starter bronwenh

    (@bronwenh)

    George ,
    nice work
    I was able to have 4 columns of work by changing a line of code in the .workpage.php file on the plugin.

    not sure what the line number is, but it is about 1/3 of the way down

    $columnWidth = “210”;
    $thumbnail_size = $options[‘thumbnail_size’];
    /*was 160*/

    I changed the columnWidth from 160 to 210. This allowed me to have 4 columns.
    Hope this helped!

    ps, Love your work too! – refreshing

    -Bronwen

    ah, yes, that’s it!

    now it’s easy to configure the number of columns, and precisely too!
    if you want the columns to occupy the full width of your page then the entry of “210” should be “full width size / desired number of columns”. setting the thumbnails a bit smaller defines the gap between them.
    (i.e page width size: 960px, no. of columns: 4 -> 960/4= 240, and thumbnail width should be set smaller than 240px.

    regards,
    george

    Thread Starter bronwenh

    (@bronwenh)

    Perfect!!
    Thanks
    -Bronwen

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘thumb nail sizes are different’ is closed to new replies.