Close

Themehits

Download TextResize Nulled

 



See it in action

To see it in action, head to: http://getfresh.ro/demos/text_resize/

What is TextResize?

TextResize is a jQuery plugin that allows your visitors to adjust the text size of your content.
TextResize adapts both the text size and the line height of the text according to the size requested.

TextResize can be set to allow a maximum number of text size increase/decrease, based on a custom size step. It also features a text reset button, that reverts the text to its initial size.

TextResize is constructed on a parent jQuery selector (e. g. to an element ID, class, tag name) and it can be applied to all child elements, or to a selection of child elements.
You can contain TextResize to a particular HTML element, or apply it to the whole page.

Choose the skin, apply, see effects

Applying the TextResize behavior to your website is simple. You just need to follow the steps below:

  1. Choose the element(s) to which you wish to apply the TextResize behavior.
  2. Choose the location of the text adjustment tools (Decrease, Revert, Increase)
  3. Choose the skin of the adjustment tools (18 currently available skins)
  4. You’re all set, simply paste the code in your page and enjoy

Usage:

<script type="text/javascript" src="textresize.jquery.js"></script>
<script type="text/javascript">
    $('#your_content').textResize({
        createNav: 1, // creates the HTML for the resize links
        innerTags: '*', // or you can apply just a selection: e. g. 'p', 'div'
        navHolder: '#tools', // resize links location: decrease, revert, increase
        maxSteps: {increase: 5, decrease: 4} // how many times one can in/decrease
    });
</script>

Updated v1.1

  • Fixed IE javascript issue.
  • New calling method – you can apply TextResize to a list of parent elements in your page:
    <script type="text/javascript" src="textresize.jquery.js"></script>
    <script type="text/javascript">
        $('#your_content, #another_element').textResize({ // applies text resize to list of parent elements
            createNav: 1, // creates the HTML for the resize links
            innerTags: '*', // or you can apply just a selection: e. g. 'p', 'div'
            navHolder: '#tools', // resize links location: decrease, revert, increase
            maxSteps: {increase: 5, decrease: 4} // how many times one can in/decrease
        });
    </script>
    

Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy TextResize from the The Developer ( getfresh ) website. Thank you.
Download = TextResize-[Updated].zip



Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.