Help needed to diagnose poor performance of TB file

RE dealing with the image sizes, here are some includes you can put in your notes. You want to store the images and videos on your local drive and point to them.

WARNING: You want to make sure you’re using SmartQuotes.

Take a look at last Saturday’s meeting Meetup for Dec 05, 9:00a PST and 17:00 CEST | Dec 06, 04:00 AEDT were we discuss these and show examples.

Fore Images:
<img src="file:////DIRECTORY/ProdImages/FILENAME" width="300" height="600">

e.g.

<img src="file:////Users/michaelbecker/Google Drive/DevonThinkTBXDB/ProdImages/screenshot.png" width="300" height="600">

Video:

 <video width="300" height="600" controls>
    <source src="file:////Users/michaelbecker/Google Drive/DevonThinkTBXDB/ProdImages/VIDEOFILE.mp4"  type="video/mp4"
    ></Video>