Size of images in iOS
Hello, I have uploaded all images of the same size (120×120 px) however in the iOS on the iphone the images are shown of different size, which is not good. How to sort it out? I use Elementor pro for the page design. See the screen shot. https://www.dropbox.com/scl/fi/n0u8ppnuo7qv9bzjqgmve/size.pdf?rlkey=fqkbrlmifn9vlqrrnkwp7xgbu&dl=0
You have a nice product. But it is so raw yet. Please fix it
Hi again Marina.
HD Quiz does not style or resize images. Your theme does that. So the reason the image sizes are different on your phone is because that is how your theme is styling them (or in this case it’s actually resizing the columns, not the images themselves).
The good news is that you are using the Styler addon, so I can provide you some custom CSS that can be used to force your theme to size them nicely. The following can be added to the Styler page’s “Custom CSS” section.
.hdq_row_image > .hdq_label_answer .hdq_aria_label {
position: relative;
top: 3px;
}
@media (max-width: 800px) {
.hdq_quiz_wrapper .hdq_question {
padding: 0 !important;
}
.hdq_row_image > .hdq_label_answer > div {
display: block !important;
}
}
The above CSS should look a lot nicer with your theme