• Hi there,

    Thank you for a really nice thought out and practical slider plug in. I think this is the best available.

    The only issue I have with it is that both the slabtext script and the @media tag don’t seem to work for resizing the fonts in the description tag. Would you be so nice as to let me know if there is a way of doing it? Or there is something obvious I am missing?

    Thank you again. I have many other nice things to say about this plugin which I’ll later post to the review section. Keep up the good work!

    https://ww.wp.xz.cn/plugins/slideshow-jquery-image-gallery/

Viewing 1 replies (of 1 total)
  • Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Hi,

    I have added your responsive font size request to the project board. However, it’s not impossible to adjust the font size based upon the width of the screen.

    For example, to make the title and description of a slide really tiny when the screen width is between 400 and 500 pixels:

    @media all and (max-width: 500px) and (min-width: 400px)
    {
    	.slideshow_container_style-light .slideshow_description h2 a,
    	.slideshow_container_style-light .slideshow_description p a,
    	.slideshow_container_style-light .slideshow_description h2,
    	.slideshow_container_style-light .slideshow_description p
    	{
    		font-size: 0.5em;
    	}
    }

    Best regards,
    Stefan

Viewing 1 replies (of 1 total)

The topic ‘responsiveness for text’ is closed to new replies.