711 questions
1
vote
0
answers
24
views
Loaded image container occupies entire width of page regardless of image size
I am using TinyMCE in Joomla 5. When I load an image from Joomla Media, the image container (area withing blue lines) covers the entire width of the page regardless of the image size. Attempts to ...
0
votes
0
answers
18
views
Trix editor in Vue app not serializing attachment captions unless manually "committed"
I'm using the Trix editor in a Vue.js application and running into an issue with image attachments and captions not being properly serialized when saving a comment.
When I insert an image attachment ...
0
votes
0
answers
14
views
Embedding Captions on Photos in a Carousel (html)
I've set up a basic photo carousel, but am having problems getting captions to show embedded on the photos. Here is the code I used:
.container-tutorial {
padding: 2rem;
}
.slider-wrapper-...
1
vote
1
answer
39
views
Image alt captions showing as 'undefined' on modal image
I have mutiple art galleries on my website containing lots of images, I use an onclick event to pull up a full res, uncropped version of the image and it works perfectly fine. However, I want a unique ...
0
votes
0
answers
19
views
Include chapter number function changed all my already inserted captions, how to use stand alone caption styles?
I want to preserve the tables caption with the style from "1 to ....", i.e. Table 1.
The problem is that when i include the chapter number check box, the captions already inserted in chapter ...
0
votes
1
answer
147
views
Count ticked checkbox
Following on from this working example: VBA: Execute code when CheckBox is checked/uncheck, I now want to count how many ticked checkboxes per choice.
However, I need to count and display "Mum&...
0
votes
1
answer
62
views
WebVTT Captions Will Not Show, Even For Extremely Simple HTML Video [duplicate]
My ultimate goal is to have captions display by default over a video as it plays in the context of a larger design but let's set that aside for now. As I've attempted to troubleshoot this I've pared ...
-1
votes
1
answer
511
views
Text backdrop by ass formatting
I want to add box behind a word using ass subtitles formatting. The box should have border radius. the ass file later will be used by ffmpeg.
I have tried the BorderStyle=3 form stack ansers 1, 2 both ...
0
votes
1
answer
342
views
using instaloader to only download the instagram post caption
Is it possible to only download the caption (the description) of a post, given the post short code, using python 3.12 and the latest version of the instaloader library? I am insterested in using ...
1
vote
0
answers
23
views
Name of a label that is clicked in Access VBA
I have many labels in the form and I want to do an activity after I click on the label such as changing the Capture of the label or the font color of the clicked labels being red, etc.
Is there a way ...
1
vote
0
answers
50
views
MOVIEPY - Rendering subtitles takes ABSURD amount of time
I am rendering a 1920/1080 video with an empty background and only captions. I have this placeholder code, rendering a sequence of 100 different text captions each lasting around 3.5 seconds, making ...
1
vote
1
answer
150
views
WPF WindowChrome Performance/artefacts
I am using WindowChrome within my WPF application so that I can customise the look of the caption bar.
However, I am noticing some issues.
Performance of the application seems to be reduced. When ...
1
vote
0
answers
70
views
Placing equation's caption on outermargin with LaTex
I am using LaTex (pdflatex) to write my thesis. I am using a two-sides book documentclass.
I want to create a layout with a big outermargin where to write the captions of figures, tables and equations....
0
votes
0
answers
49
views
Delphi 11 Form Caption change not working in run time
I use Embarcadero® Delphi 11 Version 28.0.48361.3236
I have some buttons on the form and the first I added is working, but later the new buttons I add is not visible on the form in runtime. They are ...
0
votes
0
answers
96
views
How to upload caption to Youtube using rest API
I am struggling while trying to upload programmatically Youtube captions, following the official documentation: https://developers.google.com/youtube/v3/docs/captions/insert.
I tried many things with ...