• Hello game master! Welcome to our growing community. Please take a moment to Register (top right button, see how: Slides).

    If you use Campaign Logger, you can use the same login details - we've linked the app to this forum for secure and easy single sign-on for you.

    And please drop by the Introductions thread and say hi.

Markup for Resize of Images attached

dmacneil

New member
Gold WoA
Is there currently codes for altering the size displayed of the image attached? like a 50%, or width=200; height=300 ??
Please let me know.
 
  • Like
Reactions: ELF

JochenL

CL Byte Sprite
Staff member
Adamantium WoA
Wizard of Story
Wizard of Combat
Gamer Lifestyle
Borderland Explorer

CoryG

Portfolio Importer & World Map Maintainer
Platinum WoA
Wizard of Story
For sure!

Image scaling is handled by using one of the following syntaxes:

scaling width![Alt Text](https://example.com/path/to/image "Title" =100x)
scaling height![Alt Text](https://example.com/path/to/image "Title" =x100)
scaling both![Alt Text](https://example.com/path/to/image "Title" =100x100)

Having said that...

I just tried it out and it appears that really only the width scaling is effective. The height scaling is currently ignored due to a stylesheet setting. (img height: auto). @JochenL is this something we can easily adjust?

@JohnnFour I don't have access to update the cheat sheet with the image scaling syntax above. Is this something you can do?
 
Top