I have 4 boxes on the bottom. How do I have the image fully fill the box, currently it is only in thumbnail view.
How can I make Box use full image not thumbnails
Started by
rkazantsev
, Jul 24 2012 07:28 PM
4 replies to this topic
#1
Posted 24 July 2012 - 07:28 PM
#2
Posted 24 July 2012 - 08:02 PM
If you want the box to show a full image, you don't need to upload these images as thumbnails. Instead, you can add the images to the box content area using
tags. For example:
<img src="http://directurltoimage">
#3
Posted 24 July 2012 - 08:29 PM
Sorry Catrina, got a bit confused. So when adding an image to a Box I have 3 options
1. Insert image to body
2. Set featured image
3. Upload image to Box Image
It is currently set at Option 3. but I have tried all of them with the same results. I was hoping this was a setting within pagelines because we will always be updating the images
#4
Posted 25 July 2012 - 10:55 AM
Hi,
Add this to your custom CSS and see if this does the job!
Add this to your custom CSS and see if this does the job!
.top_thumbs .fboxgraphic, .only_thumbs .fboxgraphic {
margin-bottom: 0px;
width: 100% !important;
max-width: 100% !important;
}
#page #boxes .box-media-pad {
border: 0px solid white;
padding: 0px;
}
.top_thumbs .fboxgraphic, .only_thumbs .fboxgraphic {
text-align: center;
margin-bottom: 0px;
max-width: 100% !important;
}
#5
Posted 25 July 2012 - 02:23 PM
That did it Thank You Danny (Love the custom css feature)












