The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wanted/idea: responsive images plugin
#10
Quote: I have a content container that is e.g. 600 px width for desktop version.

'Adaptive Images' is/are designed for 'responsive websites', which by their nature are fluid and use percentages and almost never use pixel-based restrictions.
There are of course exceptions, but these would still be within the context of a fluid webpage.

When pixels references are used, it's for the window size of the display.
Code:
Example: HTML5 Page Head
<meta name="viewport" content="width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1" />
<link rel="stylesheet" media="only screen and (min-width:1025px) and (max-width:2500px)"  href="css/screen_layout_largest.css" />
<link rel="stylesheet" media="only screen and (min-width:769px) and (max-width:1024px)"  href="css/screen_layout_large.css" />
<link rel="stylesheet" media="only screen and (min-width:481px) and (max-width:768px)"  href="css/screen_layout_medium.css">
<link rel="stylesheet" media="only screen and (min-width:50px) and (max-width:480px)"   href="css/screen_layout_small.css">
Reply


Messages In This Thread
RE: Wanted/idea: responsive images plugin - by eatons - 2013-01-30, 23:37:00



Users browsing this thread: 2 Guest(s)