• Resolved pcldata

    (@pcldata)


    When using “Boxed Layout” the font size is not scaling properly. It is scaling according to the slide aspect ratio producing gigantic font sizes.

    In my case I switched to “Full Width” and then it works.

    I located the issue to being here (wds_frontend.js):
    Line 1977 and forward:
    else if ( full_width == “2” ) {
    slide_orig_width = jQuery(“#wds_container1_”+wds).parent().width();
    ratio = wds_params[wds].image_width/wds_params[wds].image_height;
    // slide_orig_height = wds_params[wds].image_height + wds_params[wds].filmstrip_height * slide_orig_width / wds_params[wds].image_width;
    slide_orig_height = (wds_params[wds].filmstrip_height+slide_orig_width)/ratio – (2 * wds_params[wds].wds_glb_margin);
    }

    Line 2064:
    font_size = ratio * jQuery(this).attr(“data-fsize”);

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    We are sorry to hear that you have faced inconveniences while using the plugin.

    Please, be informed that our development team is working to fix the issue regarding the Boxed Layout.

    We will do our best to solve the issue asap.

    Thanks. Have a nice day.

    Hi,

    Please, be informed that we have fixed the bug and updated the plugin.

    Thanks. Have a wonderful day.

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

The topic ‘Bugreport, 2.2.5, Boxed Layout’ is closed to new replies.