Skip to content

Fix alignment of images on small screen

Naveen M K requested to merge naveen521kk/gi-docgen:fix-image into main

Previous the image goes out of the screen. Now, it resizes the image to match the screen size, and making it easy to view the image

https://gnome.pages.gitlab.gnome.org/gtk/Pango/class.Layout.html Previously it looked like

image

Now it looks like

image

Merge request reports