WP Responsive Auto Fit Text

説明

Based on slabText – a jQuery plugin for producing big, bold & responsive headlines (https://github.com/freqDec/slabText), this plugin allows you to create great, big, bold & responsive headlines that resize to the viewport width with a WordPress shortcode.

使用法

[slabtext]
[slab]line 1[/slab]
[slab]line 2[/slab]
[slab]line 3[/slab]
[slab]line 4[/slab]
[/slabtext]

Styling per line
[slabtext]
[slab color=”#000″ font=”Open Sans” transform=”uppercase”]line 1[/slab]
[slab]line 2[/slab]
[slab color=”#FFF” font=”Arial”]line 3[/slab]
[slab]line 4[/slab]
[/slabtext]

Working Demo

*** PHP needs to be at minimum v.5.3 for this plugin to work ***

インストール

  1. Extract the zip file and drop the contents in the wp-content/plugins/ directory of your WordPress installation
  2. Activate the Plugin from Plugins page

FAQ

Can I wrap the shortcode with HTML header tags

Yes, here is an example:

[slabtext]
[slab]My responsive title[/slab]
[/slabtext]

評価

5件のレビューをすべて表示

貢献者と開発者

WP Responsive Auto Fit Text はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“WP Responsive Auto Fit Text” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

0.1

  • Initial Revision

0.2

  • Added shortcode parameters/attributes: color, font, transform