Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Auto resizing text (font-size) according to window size

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #30247
    cocosurfer
    Member

    Hi all
    Is it possible to resize text with jquery when the user increases or decreases their browser size?
    what would be the function to do this
    any help appreciated
    C

    #79760
    cocosurfer
    Member

    i found this script – would this work

    #79761
    noahgelman
    Participant

    You can do it with css with browser window size specific stylesheets. A quick google can show you how. You can also detect window size with jQuery and apply css properties accordingly.

    #79762
    cocosurfer
    Member

    hey noah
    does the code above work though?

    #79763
    cocosurfer
    Member

    also doing it with size specific sheets do you not get a jump as the browser window is resized?

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.