Skip to content

Commit e9f9cd3

Browse files
authored
Remove width and height from CCFv2 atlas images (#498)
* Remove width and height from CCFv2 atlas images Updated image tags for CCFv2 atlases to remove width and height attributes. * make image widths consistent Updated image tags for CCFv2 atlases to include styling for better responsiveness. * use sphinx image width rather than css
1 parent e885fe6 commit e9f9cd3

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

docs/source/blog/ccfv2-atlases-added.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,26 @@ The mouse brain atlases provided by the Allen Institute for Brain Science (AIBS)
1313

1414
We have packaged the following three atlases:
1515
### 1. CCFv2 Mouse Brain Atlas
16-
<img src="./images/ccfv2_mouse_brain.png" alt="ccfv2 mouse brain atlas annotations" width="830" height="630">
16+
```{image} ./images/ccfv2_mouse_brain.png
17+
:alt: ccfv2 mouse brain atlas annotations
18+
:width: 830px
19+
```
1720

1821
**Figure 1. Anterior view of the CCFv2 Mouse Brain atlas annotations and reference image.**
1922

2023
### 2. CCFv2 Mouse Fiber Tracts Atlas
21-
<img src="./images/ccfv2_fiber_mouse.png" alt="ccfv2 mouse fiber tracts atlas annotations" width="830" height="630">
24+
```{image} ./images/ccfv2_fiber_mouse.png
25+
:alt: ccfv2 mouse fiber tracts atlas annotations
26+
:width: 830px
27+
```
2228

2329
**Figure 2. Anterior view of the CCFv2 Mouse Fiber Tracts atlas annotations and reference image.**
2430

2531
### 3. CCFv2 Developmental Mouse Brain Atlas
26-
<img src="./images/ccfv2_dev_mouse.png" alt="ccfv2 developmental mouse brain atlas annotations" width="830" height="630">
32+
```{image} ./images/ccfv2_dev_mouse.png
33+
:alt: ccfv2 developmental mouse brain atlas annotations
34+
:width: 830px
35+
```
2736

2837
**Figure 3. Anterior view of the CCFv2 Developmental Mouse Brain atlas annotations and reference image.**
2938

0 commit comments

Comments
 (0)