-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
86 lines (56 loc) · 2.06 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
=== Plugin Name ===
Contributors: rfair404
Donate link: http://q21.co/give/
Tags: fitvids, fittext, lettering
Requires at least: 3.0.1
Tested up to: 3.4
Stable tag: 0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
FitVids, FitText and Lettering (Oh My) incorporates the fitvids.js, fittext.js and lettering.js scripts into your site. You can choose which pieces you want and customize the settings however you feel.
== Description ==
FitVids
FitVids automatically sizes videos in responsive themes so that the video is always the right size.
Currently supports:
* Videos in single posts
* Videos on the homepage
* Videos in archives
* Videos in the sidebar widgets
FitText
FitText automatically sizes text responsive themes so that the text is always the right size.
Currently supports:
* Site Title
* Site Description
* Single post titles
* Post titles on the homepage
* Post titles in archives
Lettering
Lettering automatically wraps text with < span > tags so that each element can be styled, creating unique layouts.
Currently supports:
* Spans around each letter
* Spans around each word
* Spans around each line
* Advanced - Span around each word, and each letter within
== Installation ==
1. Upload `fitvids-fittext-lettering-oh-my` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Select the scripts you wish to use on the plugin settings page
== Frequently Asked Questions ==
= can I use my own jQuery function to control the scripts =
Yes. Just hook into wp_footer and write it up using the correct syntax.
= What themes are fully supported =
Currently only twentyeleven, twentytwelve and genesis child themes are supported
== Screenshots ==
1. An example of FitVids
2. An Example off FitText
3. An Example of Lettering
== Changelog ==
= 1.0 =
* Fine tuning for twentyeleven, twentytwelve and genesis child theme support
= 0.1 =
* The initial release.
== Upgrade Notice ==
= 1.0 =
Better support for commonly used themes.
= 0.1 =
This is the initial version