Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

[thumbnails] img width 100%
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: [thumbnails] img width 100%
#55605
[thumbnails] img width 100% 9 Years, 4 Months ago Karma: 0
i use your great thumbnail-plugin and a problem appears.

i use images like:
<img style="width:100%;" alt="image" src="image.jpg">

and the thumbnails-plugin resizes the pictures to:
<a style="width:100%;" class=" sexythumb" rel="sexylightbox[app_xxxxxx]" href="image.jpg" title="image">
<img width="100" height="65" class="" src="cache/arithumb_xxxxxxx.jpg" alt="image">
</a>


than the image is not fullwidth of the upper div anymore. its only 100px width.
is there a option to prevent this?
The administrator has disabled public write access.
 
#55606
Re:[thumbnails] img width 100% 9 Years, 4 Months ago Karma: 760
Hello,

"ARI Sexy Thumbnails" require absolute value for "width"/"height" parameters. If you want to add an image to ignore list for the plugin, add "nothumb" CSS class to this image. It will look like:

Code:


<img class="nothumb" style="width:100%;" alt="image" src="image.jpg">



Regards,
ARI Soft
The administrator has disabled public write access.
 
#55613
Re:[thumbnails] img width 100% 9 Years, 4 Months ago Karma: 0
nice, thank you.
but when i add nothumb class, the lightbox doesnt work anymore on the image too.
is it possible to activate the lightbox itself, and deactivate the thumbgeneration on a single page or aa single image?

(i tried '...class="nothumb" rel="sexylightbox"...' without success - i know, the rel attribute ist for hrefs, but i love the function, arilightbox autogenerates the lightbox links on images. so i dont need to insert the image and the link to image on the image and add the rel and nothumb classes)
The administrator has disabled public write access.
 
#55614
Re:[thumbnails] img width 100% 9 Years, 4 Months ago Karma: 760
The extension doesn't support this ability.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#55615
Re:[thumbnails] img width 100% 9 Years, 4 Months ago Karma: 760
As possible solution, you can use "System - ARI Sexy Lightbox" plugin and wrap the image with <A> tag. It looks like:

Code:


<a href="myimage.jpg" rel="sexylightbox"><img src="myimage.jpg" class="nothumb" style="width:100%;" alt="image" /></a>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#55616
Re:[thumbnails] img width 100% 9 Years, 4 Months ago Karma: 0
ok, thanks again.

so, which solution would you prefer to use lightbox&thumbnail plugin on a responsiv page?
i just ask again, because
Code:

<a href="myimage.jpg" rel="sexylightbox"><img src="myimage.jpg" class="nothumb" style="width:100%;" alt="image" /></a>
wont generate the thumbs and wont optimize the traffic.
and when i make a responsive webpage, i need to use the width on images instead the px, dont i?
The administrator has disabled public write access.
 
Go to topPage: 12