• Resolved xavierve

    (@xavierve)


    Hi there.
    Would be great to have an option to enable link to larger sizes by default.
    I suggest an opttion in SETTINGS -> MEDIA -> EASY IMAGE GALLERY -> Autoset my galleries linked to larger sizes -> on/off

    if is it possible hardcoding it before next realease?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @xavierve,

    Thanks for your question.
    Yes, we will do it in the new version, which will have a lot of new things
    – new types of galleries
    – Social sharing
    and many more new features

    I hope to finish the update soon and release the new version of our plugin.

    Kind regards,
    Plamen

    Thread Starter xavierve

    (@xavierve)

    Hi, thanks for reply
    god to hear, so, waiting for new release!

    meanwhile, for those that can’t wait, an ugly code to make gallery link allways to big sizes images

    EDIT FILE in INCLUDES/metabox.php ROW #159
    *where it says
    === ini code ===
    else {
    $checked = null;
    === end code ===
    *change for
    === ini code ===
    else {
    $checked = ‘checked=”checked”‘;
    === end code ===

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link to large images by default’ is closed to new replies.