• Hello,
    The shortcode parliament “ratio” doesn’t work at all: it always 16:9,
    BUT
    if to change:

    if($ratio == “4:3”){
    $ratio = “4:3”;
    }
    else{
    $ratio = “16:9”;
    }

    to

    if($ratio == “4:3”){
    $ratio = “4/3”;
    }
    else{
    $ratio = “16/9”;
    }

    it works 🙂

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

The topic ‘Ratio doesn’t work’ is closed to new replies.