[Resolved] Photos being cropped in LGC

Home Forums Support [Resolved] Photos being cropped in LGC

Home Forums Support Photos being cropped in LGC

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1304231
    Alan

    I set up a 4 column grid using the LGC plugin and my photos are being cropped. I cannot figure out what the problem is. I do not like the Gutenberg editor, so prefer to work in the classic editor text view, which is why I am using this plugin.

    Please let me know if you see anything.

    The code that I used is as follows:

    [lgc_column grid=”25″ tablet_grid=”50″ mobile_grid=”100″ last=”false”]Argentina FAQ - Quebrada de las Conchas
    <h3 style=”text-align: center;”>Argentina FAQ</h3>
    [/lgc_column]
    [lgc_column grid=”25″ tablet_grid=”50″ mobile_grid=”100″ last=”false”]Argentina Weather - Fitz Roy Peak
    <h3 style=”text-align: center;”>Argentina Weather</h3>
    [/lgc_column]
    [lgc_column grid=”25″ tablet_grid=”50″ mobile_grid=”100″ last=”false”]Argentina Accommodations - Llao Llao Hotel Resort
    <h3 style=”text-align: center;”>Argentina Accommodations</h3>
    [/lgc_column]
    [lgc_column grid=”25″ tablet_grid=”50″ mobile_grid=”100″ last=”true”]The Best Places to Visit in Argentina - Buenos Aires
    <h3 style=”text-align: center;”>The Best Places to Visit in Argentina</h3>
    [/lgc_column]

    #1304349
    Leo
    Staff
    Customer Support

    Hi there,

    Is this newly built content?

    If so I would highly recommend using the Grid blocks from our new favorite plugin GenerateBlocks:
    https://wordpress.org/plugins/generateblocks/
    https://docs.generateblocks.com/article/grid-overview/

    LGC is really an outdated way of creating columns and I would highly recommend adopting the new method.

    #1304652
    Alan

    I am moving an existing, fully built site to GP since the old theme is no longer being supported. Before submitting the support ticket, I tried to use the Block Editor, but I really don’t like it. That is why I am using LGC for now…

    #1304680
    David
    Staff
    Customer Support

    Hi there,

    can you disable the Lazy loader as i believe this may be causing the issue.

    #1304694
    Alan

    that worked…so I assume that I should disable on a page by page basis, rather than globally, right?

    #1304718
    David
    Staff
    Customer Support

    Most lazy loaders have a way of excluding images by giving them a CSS Class – then you could apply that to any within a LGC maybe ?

    #1304721
    Alan

    Can you give a specific example of what I could try?

    #1304773
    David
    Staff
    Customer Support

    Check the plugins documentation – can’t say for certain but they generally have a field in their Settings where you can add a class for excluding images.

    Then you can add that Class to your img HTML e.g

    <img class="your-no-lazy-class"> src="url_to_image" />

    #1305510
    Alan

    ok. thanks,

    #1305617
    Tom
    Lead Developer
    Lead Developer

    You can try setting the equal_heights="false" option in your shortcodes as well.

    #1305704
    Alan

    Tom, that worked even after I re-activated the lazy loading feature on the page.

    Thanks,

    #1306613
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.