BigText
BigText copied to clipboard
minimum widow width
I can not seem to find any way to stop/remove bigtext at a certain screen size. Is there anywhere that all of the options are listed out? I know the readme has a bunch of things, showing examples, but I can't find anything in there for stopping bigtext. Is there and type of minimum screen size option?
There's a minimum font size, but if you essentially want BigText not to fire if under a certain screen width, that's different.
Yea, i want to stop BigText from firing after a certain screen size. I know SlabText has something, but the responsiveness of that is not as nice as BigText. I know I can just override it all with css if needed... Not desirable, but plausible.
I started to implement this and then ran into some ambiguity. I think I need to understand the “Why?” I understand the what—just not the why.
Are you trying to prevent BigText from running below a certain size? What happens if the viewport meets that criteria onload and resizes to not meet the criteria? Should BigText destroy itself and any previous sizes?
It'd be useful for me to be able to only bigtext over a given size... which is easy, but then to un- or destroy bigtext after the window is resized below that size.
I'm after the exact same thing. When big text has been set, I can't find a way of unsetting it when the screen size is below a certain width. Thanks!!
I would like the ability to destroy big text when a viewport is scaled below a certain size and vice versa. This only really applies as I encounter problems with big text not resizing correctly below certain viewport widths.
+1 for this feature