The ratio calculator finds a missing ratio number based on the given proportion. The calculator can also scale ratios, enlarging or shrinking them.
- Download the ZIP file of this repository.
- Upload the /proportion-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Proportion Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_proportion_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_proportion_calculator(); ?>
to your template where you would like the Proportion Calculator to appear.