• Resolved fcorellana

    (@fcorellana)


    Hi, I’m having trouble with the thumbnail in my gallery. I understand the plugin “fits” the image to the thumbnail gallery dimensions, but it seems to show the middle part. Since my pictures are mostly full frontal body I want the thumbnail to show the upper part of the image (so it shows the face).

    Is there any way I can make that happen?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @fcorellana

    Thanks for reaching here,

    before Page :
    Before img of album=803

    After page :
    Do You want to Set images like this to show full face ?

    screenshot of album=803

    Let me Know Your thoughts.

    Thanks and Regards.

    Thread Starter fcorellana

    (@fcorellana)

    Yes! I want to do that because some images get cut off in weird places. How can i do that?

    Hello

    we have given object fit css to the image so that image will cover in the div of the image and fit to div in all devices.
    however if you you want to remove the object fit css then here i’m sending you css, paste this css in the plugin’s custom css option.

    .aigpl-gallery-wrp .aigpl-img, .aigpl-gallery-album-wrp .aigpl-img { height: auto !important;
    	 -o-object-fit:unset;
    	 object-fit: unset;
    	 -o-object-position: unset;
    	 object-position: unset; }

    and apply the height to 395px with the parameter like this, image_height="395" in the short-code.

    Let me know if it works good.

    Thanks & Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thumbnail image problem’ is closed to new replies.