[dokuwiki] Re: Request for an improvement - allow % sizes for images - please!

  • From: Borodin Oleg <onborodin@xxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Thu, 17 Feb 2011 19:35:19 +0200

 On 17/02/2011 17:57, Chris G wrote:
Just to show the sort of thing I want to do (re: setting width of
images) here's the page with circuit diagrams on it with the reference
taking you to a typical one where the image size is such that it
probably needs scaling for smaller screens:-
Hmm... I not see standard way for it.

May be some like:
<html>
<script type='text/javascript'>
...
if (browser_screen_width > some) {
  get_big_image();
} else {
  get_small_image();
}
</script>
</html>

--
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts: