Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8921647
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T06:35:54+00:00 2026-06-15T06:35:54+00:00

Is there a way to set the font-size dynamically based on the containers size

  • 0

Is there a way to set the font-size dynamically based on the containers size with CSS? At the momentan I’m using the following JS code to achieve this behaviour:

var cubeText = function() {
    var fontSize = parseInt($(".cube.avatar").width());
    fontSizeBig = fontSize/3.5
    fontSizeSmall = fontSize/6;
    console.log(fontSize);
    $(".cube span.big").css('font-size', fontSizeBig);
    $(".cube span.small").css('font-size', fontSizeSmall);
}

This has one big drawback: The test pops in and after the page is loaded resized which gives a very unpleasant “ploping” effect.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T06:35:55+00:00Added an answer on June 15, 2026 at 6:35 am

    It wont be possible in CSS, and/or not supported by a lot of browsers.
    You can have a look at the viewport-relative-lengths but it wont work everywhere…

    For the ploping effect, you can use something like the content with the same color as the background for example, or transparency. Demo

    ​$(document).ready(function(){
       changeFontSize();
        });
    
    function changeFontSize(){
        var fontSize = parseInt($(".cube").width());
        var fontSizeBig = fontSize/10;
        var fontSizeSmall = fontSize/20;
        console.log(fontSize);
        $(".big").css('font-size', fontSizeBig);
        $(".small").css('font-size', fontSizeSmall);
        $(".cube").css('color','#000');
    }
    

    You can also use a nice js plugin like this one : http://fittextjs.com/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to set the size(means font size,i want to make my
Is there way to set @include mixin(); to variable? I tried this @mixin bg-gradient($fallback,
Is there a way to set app icon only based by name. For example
Hey, is there a way to set the tabbar's font to e.g. Chalkboard? I've
I've got the following html and css In Firefox the computed font size is
Minor quest - looking for a clean way to dynamically set the size of
I have a code snippet of the following $code = generateCode($characters); /* font size
I'm using this service to create @font-face rules in my CSS. What I've done
Is there an easy way to change the font size of text elements in
Is there a way to change the default font size in the Swing GTK

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.