Hello all,
I use org-mode a lot and one of its cool features are in-line image that I can toggle on/off which is great for presentation purposes but most of the time the images are loaded to the org-mode on full size and it become too big on the screen and needed to find a way to resize it.
I found two great packages that work well with the org-mode (also dired) to enable the drag and drop and also made a quick snippet to change the image size to make it manageable
The two packages are:
;; to be added to package.el
(package! org-download)
(package! org-ros)
by adding the line above the inline image you can change the size to the value you want (I made it of width 300 for demonstration)
#+ATTR_ORG: :width 300
Please see the attached gif