I wish to use zoom and share the screen as a teaching aid.
I would like to have larger Tool Tips and larger text so they are more readable.
Is this possible?
bump for visibility 5
Bob you can configure options at https://faithlife.com/products/reftagger/customize.
Thanx. This is for copying the code.
This alters the font size a bit. I would like to make it quite large.
This also does not seem to alter the tool tip size. I would like it quite large as well.
I used the Word Press Plugin. I could not see how to alter it for size in its settings page..
Any other possibilities?
I don't use Wordpress so do not know what access you have to the page, but if you can input some manual code in the head section of the site you could play and see if the following works.
<style> .rtTooltipHeader{font-size:26px !important;} .rtTooltipBody{font-size:22px !important;}</style>
https://api.reftagger.com/v2/reftagger.js has in there the other style sections you might be able to parse out specifically what you need and then override in your site as my example for the font-size.
If Faithlife update the plugin with new styles it may also all break your overrides in the future.
This code is not working as I would expect, or as I require. The size of the verse words never changes.
I would like a bigger Tooltip Box, Larger font, and more verses before it cuts off.
All help much appreciated.
customStyle : { heading: { fontSize : "18px" }, body : { fontSize : "64px" } }