• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Flowtype JS integrate with adobe muse

New Here ,
Mar 19, 2018 Mar 19, 2018

Copy link to clipboard

Copied

Recently I tried to integrate Flowtype JS with adobe muse. And It could be possible as I think here is my demo site Home . I think it is perfect if it would be a widget. I am little bit of weak of mucow development. How could I input these code in mucow for widgets?

$('body').flowtype({

minimum   : 400,

maximum   : 1200,

minFont   : 12,

maxFont   : 20,

fontRatio : 30

});

$('body').flowtype({

minimum   : 400,

maximum   : 1200,

minFont   : 12,

maxFont   : 20,

fontRatio : 30

});

$('body').flowtype({

minimum   : 400,

maximum   : 1200,

minFont   : 12,

maxFont   : 20,

fontRatio : 30

});

TOPICS
Mucow development

Views

661

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mar 19, 2018 Mar 19, 2018

Copy link to clipboard

Copied

Hey khairultohin1,

I am moving this thread to Adobe Muse Mucow Development​ forum so the relevant experts can help you further.

Thanks,

Ankush

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Mar 19, 2018 Mar 19, 2018

Copy link to clipboard

Copied

LATEST

This is straightforward enough. Create number parameters for each value, then replace the fixed values in the code with their equivalent {param}s. For example:

<number defaultValue="400" min="0" max="9999" label="Minimum size" name="minimum" />

[..]

$('body').flowtype({ 

minimum  : {param_minimum)

[..]

I hope this helps.

David

Creative Muse

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines