Wording and scale dis-aligned


Author
Message
Sabrina
Sabrina
Partner Member (658 reputation)Partner Member (658 reputation)Partner Member (658 reputation)Partner Member (658 reputation)Partner Member (658 reputation)Partner Member (658 reputation)Partner Member (658 reputation)Partner Member (658 reputation)Partner Member (658 reputation)
Group: Forum Members
Posts: 2, Visits: 1

Hi! 


When using my PC with a smaller sized screen, the images align fine. However, in larger screens, the following occurs, which you can see in my attached photo. The words Very unattractive, very attractive, etc, are actually jpg images. 


I was hoping if there might be a code I can slip in my programming to keep the screen consistently condensed  so the image doesn't spread out on larger screens?




Attachments
Scales.jpg (1.1K views, 75.00 KB)
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K

You'll want to look into using /canvassize and /canvasaspectratio to achieve more consistent results across various screen dimensions and reslutions. You'll also want to make sure you specify any /size and /position throughout your script in percentages.


Sabrina
Sabrina
Partner Member (658 reputation)Partner Member (658 reputation)Partner Member (658 reputation)Partner Member (658 reputation)Partner Member (658 reputation)Partner Member (658 reputation)Partner Member (658 reputation)Partner Member (658 reputation)Partner Member (658 reputation)
Group: Forum Members
Posts: 2, Visits: 1

There are codes for that, cool. So in the case of the image attached in the OP, how would I add that to this script:


<image veryunattractive>


/ items = ("veryunattractive.jpg")


/ position = (43%, 25.6%)


</image>



<image neitherattractivenorunattractive>


/ items = ("neitherattractivenorunattractive.jpg")


/ position = (63%, 25.7%)


</image>



<image veryattractive>


/ items = ("veryattractive.jpg")


/ position = (81.6%, 25.6%)


</image>



Or would I add that command to an entire block or something else? Thanks!


Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K

They are attributes belonging to the <defaults> element and as such apply to the entire script. You will find this detailed in the documentation.


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search