I dont want to have an image the size of all the pageā¦I just want a little image most of the timeā¦
if we could resize it it would be beautiful and very useful
like in wiki where you can add ( [[20px]] or [[100px]] and the image adjusts to that.
please please !! its necessary
Sorry I wasnāt more clear ā I meant that if you donāt display it inline, the image wonāt show up unless you hover it, which would take less screen space, if thatās what youāre concerned about.
It would be good to have a feature that letās you specify the size for image when you have it inline (eg. 50% image size). Most of the time when images are pasted, they take over the screen, so end up having to use a photo editor to shrink image then paste in, which wastes a lot of time.
Also, currently you have option to have ALL images inline, or ALL images with hover feature. If thereās a way to customise this, would be very helpful. Some images are better to have inline, whereas others are fine with a hover link.
I have this set on my theme right now to 600px max width, it looks good on vertical and horizontal monitors
The code looks like this
/* Reduce Total Size of Markdown Images, use Imagus for full preview*/
.node-displayed-image {
max-width: 600px;
max-height: 600px;
}
It maintains image aspect ratio. So if you had a 900px (horizontal) x 1200px (vertical) image, it will be rescaled down to 450px x 600px.
If you had a 1200px X 100px image, it will be scaled down to 600px X 50px
I made my own theme and this is the one I run at the moment, I updated it every so often when I notice some UI / UX improvements
I currently set every image to be INLINE, I actually rarely use image hovering over anymore. Partially because Iād rather just scroll through a page and see / grok everything at the same time
I just want to say, as much as custom CSS via stylish or something is great, it does not solve the issue. I like to share my trees with 3rd party users instead of emailing them a document - in that case I need to have control over how the dynalist looks on their computer.
I agree with the original post. It would be fabulous to be able to specify the size of an image. If I copy an image from the web, Iām stuck with whatever size it comes. Sure I can zoom out and take a screenshot (cropping it with the mouse) and paste the result, there are always workarounds, but thatās just going to deter me from using images in Dynalist.
Currently my solution is to disable inline images, but if I could easily control the size of an image, Iād re-enable inline images. Or if I could selectively enable inline images, Iād choose which ones would display inline (and at what size).