Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #794717

    Hi, kann ich definieren das in der Lightbox das Originalbild geöffnet wird und nicht eine erzeugte Größe.

    Habe das Problem das die Bilder (groß) unterschiedlich sind, die Originalbilder aber alle gleiche Größen haben.

    #795760

    Hey Reinhard,

    Thank you for using Enfold.

    By default, the lightbox feature is using the “Large size” thumbnail in the Settings > Media panel. Please increase the size of that particular thumbnail then regenerate the thumbnails.

    Best regards,
    Ismael

    #795764

    Hallo und Danke.

    Ich möchte nicht die Bilder verändern sondern das Default nicht die Large Size verwendet wird sondern das Original.

    Geht das nicht?

    Danke

    #796578

    Hi,

    Do you want to use the original image source instead of the default thumbnail size? Please add this in the functions.php file:

    function avf_avia_builder_helper_lightbox_size_mod() {
        return "full";
    }
    add_filter('avf_avia_builder_helper_lightbox_size','avf_avia_builder_helper_lightbox_size_mod', 10);

    Best regards,
    Ismael

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