24 questions
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
63
views
In RestructuredText how would you have automatic numbering of figures without a caption?
I put figures in a grid using sphinx-design and I would need multiple lines captions that have a specific layout, like certain items placed at the beginning of a new line.
I decided to place the ...
1
vote
1
answer
6k
views
Figure caption aligns with center of page, but not with center of Figure
This is what it looks like
Hey People,
so I've been through every forum entry I could find about this, but I can't solve this Problem:
If I include multiple figures via subfigures, the centered ...
1
vote
1
answer
1k
views
Align figure captions left in R quarto - knitting to PDF
I simply want the caption for my figures aligned left, rather than centre as the default is set.
How do I achieve this?
---
title: "Figure Caption Test"
format: pdf
---
```{r}
#| label: fig-...
0
votes
2
answers
73
views
How to vertically center text within a figcaption which contains partially stylized text?
I have an image viewer for displaying a full-window-view photo with a <figcaption>. The upon hover/focus the <figcaption> displays overtop the bottom of the image (so the image remains ...
0
votes
2
answers
101
views
Photo caption not lining up under photo (html, CSS)
Newbie question: I'm trying to put a photo on the right side of a website, have the text wrap around on the left, and have a photographer credit directly under the photo.
The credit is showing up on ...
1
vote
1
answer
142
views
move figcaption under the image for mobile devices
i'm in the process of making an old site responsive and i've encountered a few hurdles.
I would like the desktop version to show the fig captions on the right side, but in the mobile version the fig ...
0
votes
0
answers
58
views
How would you put caption on these images? Javascript
var imgs = [
'pic1.gif',
'pic2.jpg',
'pic3.jpeg',
'pic4.gif',
'pic5.jpeg',
'pic6.jpeg',
'pic7.jpeg',
'pic8.jpg',
'pic9.webp'
],
n = imgs....
0
votes
1
answer
362
views
How to inherit color properties from figures to figcaptions
I'm trying to make a figure that changes the background color of the contained image when i hover over it with my mouse. I was able to do as much and then trying to go up a level by trying to change ...
0
votes
0
answers
44
views
getting captions to show up and move along with pictures in a slideshow using figcaption, JS
I'm a total JS beginner. This is my first shout out for help, please be kind... :o
I've made a JS slideshow, but my figcaptions don't change with the slideshow. Very weirdly, it's not even that the ...
0
votes
1
answer
144
views
How to fix character limit in figcaptions? grid gallery
I trying to fix figcaption but with no results.
whats the problem?
<style>
.items {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-gap: 40px 20px;
}
...
2
votes
1
answer
2k
views
How to specify a caption outside of figure element
I have a situation where I need physically separate a caption from the associated figure, e.g. this sort of markup:
<figure>
<img src="…" alt="…"/>
</figure>
…...
0
votes
2
answers
48
views
New dev, and my figcaption bug, and i dont know why
sorry in advance for my english,
I have to reproduce this original
But I do this : my solution
Here it's my code :
div.psp div.picture-left img {
width: 45%;
margin-right: 1em;
...
-1
votes
2
answers
794
views
Can the <figcaption> be used without its parent <figure> element?
Does anyone know if the figcaption element can be used without its parent figure element?
What are the pros and cons of doing so? And is there a recommended option over another?
Lastly, can you back ...
0
votes
0
answers
2k
views
Customize <figcaption> in WordPress Using CSS
I'm working on WordPress trying to customize the figcaptions for the image blocks. I have images with different caption heights because some captions have fewer lines than others. Examples for visual ...