Hi,
In that case this might not be the best plugin for you.
This plugin expects content to have a font-size in rem or em. That way it is flexible and the font-size can just be changed for the html
or body
element.
If you do know of another plugin that does this, let it know here so other people know what to use.
No, you misunderstand me. I need to be able to target say… div.content and div.content-summary. Right now there’s no way I can tell this plugin to target both, only one.
Hi,
I think I did understand it 🙂 This plugin really only targets 1 element. I have no intention to rewrite that part. If I would it would maybe need to target every element, not just 2.
So I still think this is probably not the right plugin for you.
I found a workaround to my issue. I created a child-theme with modified files to include a special CSS class called “resize-font-target” and then told your plugin to target “div.resize-font-target” and tada… issue solved.
Now why didn’t I think about this before?
Aha, that is a good solution 🙂
Thank you for posting it here. Hopefully someone can use the idea too.