# Resizing an image with Franklin

**URL:** https://discourse.julialang.org/t/resizing-an-image-with-franklin/117036
**Category:** General Usage
**Tags:** question, package, franklin
**Created:** [July 14, 2024, 4:41pm UTC](https://discourse.julialang.org/t/resizing-an-image-with-franklin/117036 "2024-07-14T16:41:25Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [July 14, 2024, 4:41pm UTC](https://discourse.julialang.org/t/resizing-an-image-with-franklin/117036/1 "2024-07-14T16:41:25Z")

</div>

Is there a way to resize an image in Franklin.jl ?  
This is too small:

 ![image](https://global.discourse-cdn.com/julialang/original/3X/1/b/1bde308a9741e0bbc116356fee6a89047704a64a.jpeg)

Code:

```julia
# The floods in Kenya in April 2024

\fig{flood.jpeg}

```

This image has 639x396 pixel, the original image was much bigger, so somewhere it must have been resized.

Any idea?

---

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [July 14, 2024, 4:46pm UTC](https://discourse.julialang.org/t/resizing-an-image-with-franklin/117036/2 "2024-07-14T16:46:38Z")

</div>

Found a solution: [scale image and sub-list? · Issue #501 · tlienart/Franklin.jl · GitHub](https://github.com/tlienart/Franklin.jl/issues/501)
