[tor-bugs] #2674 [Website]: TBB Site Images Distorted
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Tue Mar 8 03:52:47 UTC 2011
#2674: TBB Site Images Distorted
---------------------+------------------------------------------------------
Reporter: atagar | Owner: phobos
Type: defect | Status: new
Priority: normal | Milestone:
Component: Website | Version:
Keywords: | Parent:
Points: | Actualpoints:
---------------------+------------------------------------------------------
The images on the TBB page [1] are warped on smaller monitors. The problem
is that if the hardcoded dimensions are larger than the visitor's screen
the height attribute is respected but the width is limited by the maximum
available space. Hence images appear stretched.
Unfortunately this is WML's fault so the obvious fix (correcting the html)
isn't an option. For instance...
<img src="$(IMGROOT)/tbb-screenshot3a.png" alt="Screenshot of Firefox" />
becomes...
<img src="../images/tbb-screenshot3a.png" alt="Screenshot of Firefox"
width="830" height="600">
Ideally WML would leave the hight properties unset so client browsers can
retain the right aspect ratio. This was originally reported by rudi_s.
Cheers! -Damian
[1] https://torproject.org/projects/torbrowser.html.en
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/2674>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list