If you put a percentage in for fontSize with captions, and you press the fullscreen button, the captions do not scale up in size.
...
content: {
url: ...
bottom: 30,
height: 70,
textDecoration: 'outline',
style: {
body: {
fontSize: '20%',
textAlign: 'center'
}
}
},
...