J 3.0.1 Slideshowck beta
12 years 6 months ago - 12 years 6 months ago #6450
by mmoltzan
J 3.0.1 Slideshowck beta was created by mmoltzan
How do I edit the default template to not show the slideshow on handheld devices or when I re-size the browser below 400px wide?
Maybe use the @media max-width 400px or something like that.
Maybe use the @media max-width 400px or something like that.
Code:
// définit la largeur du slideshow
$width = ($params->get('width') AND $params->get('width') != 'auto') ? ' style="width:'.$params->get('width').'px;"' : '';
?>
<!-- debut Slideshow CK -->
<div class="slideshowck<?php echo $params->get('moduleclass_sfx'); ?> camera_wrap <?php echo $params->get('skin'); ?>" id="camera_wrap_<?php echo $module->id; ?>"<?php echo $width; ?>>
Last edit: 12 years 6 months ago by mmoltzan.
Please Log in or Create an account to join the conversation.
12 years 6 months ago #6451
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic J 3.0.1 Slideshowck beta
Hi
Please check my tutorial for mobile :
www.joomlack.fr/en/joomla-documentations...e-joomla-for-mobiles
Ced
Please check my tutorial for mobile :
www.joomlack.fr/en/joomla-documentations...e-joomla-for-mobiles
Ced
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 6 months ago #6452
by mmoltzan
Replied by mmoltzan on topic J 3.0.1 Slideshowck beta
brilliant work - many thanks!
Please Log in or Create an account to join the conversation.
Time to create page: 0.202 seconds