RSchlenker
RSchlenker
Okey, This is my html I want to bind to the field. ``` html type ``` On the top level: ``` html ``` I have a second one like this...
@danvega did you find out what caused the issue beside the image size? I have the same issue, and it worked for me when I reduced some image sizes. But...
@danvega I just migrated my build process to github actions. For me its more practical as I do not always have a good enough internet connection to deploy from my...
Sure, mine looks something like this: __.github/workflows/deploy-to-netlify.yml__ ``` name: Deploy on: push: branches: - main concurrency: group: main cancel-in-progress: true jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses:...
I am no expert in creating or rendering PDFs, but a quick search found that it is possible to use tagging to tag images with an ALT-Text for a11y-Readers. (In...