Описание
If text would overflow parent element and you dont like the css word-wrap feature, because it breaks the words on the false position, this function optimizes font size down to a minimum font size that can be defined to fit in the parent element
Features
If text would overflow parent element and you dont like the css word-wrap feature, because it breaks the words on the false position, this function optimizes font size down to a minimum font size that can be defined to fit in the parent element
Установка
- Upload
font-size-optimizer
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Define options from settings panel
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«Font Size Optimizer» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Font Size Optimizer» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
3.3
- added some sanitizing
- fixed the error, where last set in list could not be removed
- added some markup when duplicating a set
3.2.2
- updated localization
3.2.1
- fixed an error where execution was loaded before initialization
3.2
- added some helping descriptions when removing an allocation
- updated stylesheet
- updated script
3.1.1
- fixed an error where script was loaded before jquery so it couldn’t access jquery-functions
3.1
- changed debug mode output
- updated/fixed stylesheet loading
3.0
- added debug mode
- changed calculation of font size
2.2
- added feature of spanning single or multiple lines of text to container width by changing font size for every single line
- added feature of autochanging line height for multiple lines of text
2.0
- added ability to support different selectors with different options
- preview of jquery-function, that will be added to your page
- minimized js-files
- minor translation fixes
1.0
- first release