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


Recent Events
  • 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.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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?

Image size of mobile results
(1 viewing) (1) Guest
"ARI Stream Quiz" WordPress plugin
Go to bottomPage: 1
TOPIC: Image size of mobile results
#66515
Image size of mobile results 4 Years, 1 Month ago Karma: 0
To view the results, you can display an image. I would like to know if it is possible to change the size of the image depending on whether it is displayed on the computer or the mobile phone.

Thank you for your help!

Regards
The administrator has disabled public write access.
 
#66519
Re:Image size of mobile results 4 Years, 1 Month ago Karma: 748
Hello,

Could you provide a link to a sample quiz?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#66522
Re:Image size of mobile results 4 Years, 1 Month ago Karma: 0
Sure, here's the link : malherbe-inside.fr/5227-2/

I think the image is too big on a computer, but if I reduce it, it becomes too small on a mobile phone. I was wondering if there's a way to adapt that.

Thank you
The administrator has disabled public write access.
 
#66530
Re:Image size of mobile results 4 Years, 1 Month ago Karma: 748
Add the following CSS rules:

Code:


@media (max-width: 768px) {
  .result-image  {max-width:300px !important;}
}

@media (max-width: 560px) {
  .result-image  {max-width:200px !important;}
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#66536
Re:Image size of mobile results 4 Years, 1 Month ago Karma: 0
Thank you very much that's exactly what I want !
The administrator has disabled public write access.
 
Go to topPage: 1