• Resolved uk03

    (@uk03)


    Hello,
    I came across an issue: Whatsapp and Signal also use the OG Data to select a preview image. But the default image size ‘full’ is too big, so no image is shown. Changing the size to ‘large’ fixes the issue since it serves a smaller image.

    I am not sure if ‘full’ is really useful in the og data anyway – but it would be helpful to at least make the size configurable somewhere 🙂

    My current solution is to run sed after each upgrade (which is managable but slightly inconenient)

    sed -i -e "s;'full';'large';g" class-iworks-opengraph.php

    Greetings, Ulrich

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Make image Size configurable’ is closed to new replies.