- Posts: 24
- Thank you received: 0
Thumbnail Sizes wont resize
-
beachwedding
Inactive member - Topic Author
- Member
Less
More
10 years 11 months ago #36159
by beachwedding
Replied by beachwedding on topic Thumbnail Sizes wont resize
okay, I see it now, but how do I fix it? What do I put in so that it does what I want in the plugin settings?
Please Log in to join the conversation.
-
beachwedding
Inactive member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 0
10 years 11 months ago #36160
by beachwedding
Replied by beachwedding on topic Thumbnail Sizes wont resize
Cancel That! I just removed the css concerning the photogallery all together. It works fine now. Thank you sooo much!
Please Log in to join the conversation.
-
beachwedding
Inactive member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 0
10 years 11 months ago #36176
by beachwedding
Replied by beachwedding on topic Thumbnail Sizes wont resize
well, cancel my last post. It only worked for the first time I loaded a page. After that, all thumbnails were tiny. I have reloaded the original layout.css that came with the hotstart, so now I am back where I started.
What do I do to fix:
#gallery.photogallery_plg img {
width: 18% !important;
margin-right: 1% !important;
}
Also, I have this:
@media screen and (max-width: 800px) {
#gallery.photogallery_plg img {
width: 90% !important;
}
And this at the bottom of the layout.css
#gallery.photogallery_plg img {
width: 90% !important;
}
Is all this supposed to be there?
What do I do to fix:
#gallery.photogallery_plg img {
width: 18% !important;
margin-right: 1% !important;
}
Also, I have this:
@media screen and (max-width: 800px) {
#gallery.photogallery_plg img {
width: 90% !important;
}
And this at the bottom of the layout.css
#gallery.photogallery_plg img {
width: 90% !important;
}
Is all this supposed to be there?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #36179
by ivan.milic
Replied by ivan.milic on topic Thumbnail Sizes wont resize
that are css rules that limit/force your images size. Height and width parameters in plugin settings define actual size of image on disk.
Please Log in to join the conversation.
-
beachwedding
Inactive member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 0
10 years 11 months ago - 10 years 11 months ago #36196
by beachwedding
Replied by beachwedding on topic Thumbnail Sizes wont resize
That is what I thought. So what do I change to make the thumbnail sizes larger or smaller in the css? The plugin settings are not working at all. I have deleted all thumbs and thumb folders when resetting the plugin, but no change occurs. Cache was deleted also.
Additionaly, Load jQuery - if set to yes, the pages do not load at all.
I have used this plugin on other websites and it worked just fine, but not on this one. www.affordablefloridawedding.net/
I have turned off the plugin until I can figure this out.
Additionaly, Load jQuery - if set to yes, the pages do not load at all.
I have used this plugin on other websites and it worked just fine, but not on this one. www.affordablefloridawedding.net/
I have turned off the plugin until I can figure this out.
Last edit: 10 years 11 months ago by beachwedding.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #36207
by ivan.milic
Replied by ivan.milic on topic Thumbnail Sizes wont resize
So this rules you have located:
#gallery.photogallery_plg img {
width: 18% !important;
margin-right: 1% !important;
}
Also, I have this:
@media screen and (max-width: 800px) {
#gallery.photogallery_plg img {
width: 90% !important;
}
And this at the bottom of the layout.css
#gallery.photogallery_plg img {
width: 90% !important;
}
eater remove width property so you leave images be big as they are actualy, or change width to be sized as you want
#gallery.photogallery_plg img {
width: 18% !important;
margin-right: 1% !important;
}
Also, I have this:
@media screen and (max-width: 800px) {
#gallery.photogallery_plg img {
width: 90% !important;
}
And this at the bottom of the layout.css
#gallery.photogallery_plg img {
width: 90% !important;
}
eater remove width property so you leave images be big as they are actualy, or change width to be sized as you want
Please Log in to join the conversation.
Time to create page: 0.096 seconds